@if(\Illuminate\Support\Facades\Auth::user()->isAbleTo('client_info-read'))
@if (session()->has('success'))
@elseif (session()->has('error'))
@endif
@if(\Illuminate\Support\Facades\Auth::user()->isAbleTo('client_info-create')) @endif
@if(sizeof($datatables)>0) @foreach($data as $tabledata) @endforeach @else @endif
Status Client Name Phone No Email ID Address Created By
@if($tabledata['status']) Active @else Inactive @endif {{$tabledata['client_name']}} {{$tabledata['client_contact']}} {{$tabledata['client_email']}} {{$tabledata['client_address']}} {{$tabledata['created_person']}} @if(\Illuminate\Support\Facades\Auth::user()->isAbleTo('client_info-update')) @endif @if(\Illuminate\Support\Facades\Auth::user()->isAbleTo('client_info-delete')) @endif

No Data Available

{{$datatables->links('livewire.pagination-livewire')}}
@else

Sorry !!! Unauthorized Access

@endif @section('externaljs') @endsection