@extends("admin.template", ["pageTitle"=>$pageTitle]) @section('content')
Clients List
@can('clients-create') @endcan
@if (Session::has('success'))
{{ Session::get('success') }}
@endif
Sr. Company Name Company Office Phone Number Company Website Charge Tax Resale Number Action
@endsection @section('footer-script') @endsection