@extends('layouts.sellerlayouts.app') @section('title') Users | Company Name @endsection @push('css') @endpush @section('contents')
Users All
@include('seller.users.usersAll')
@endsection @push('js') @endpush