@if(\Illuminate\Support\Facades\Auth::user()->isAbleTo('patients-read'))
@if(\Illuminate\Support\Facades\Auth::user()->isAbleTo('patients-create')) @endif
@if($datatables != null && sizeof($datatables)>0) @foreach($datatables as $tabledata) @endforeach @else @endif
Actions Status Place Patient ID Patient Name Phone No Email ID Gender Age Marital Status
{{-- --}} @if(\Illuminate\Support\Facades\Auth::user()->isAbleTo('patients-update')) @endif {{----}}
@if($tabledata['status']) Active @else Inactive @endif
{{$tabledata['city_name']}} {{$tabledata['patient_id']}} {{$tabledata['patient_name']}} {{$tabledata['phone_no']}} @if($tabledata['email_id']) {{$tabledata['email_id']}} @else NA @endif {{$tabledata['gender']}} {{$tabledata['age']}} {{$tabledata['marital_status']}}

No Data Available

@if($datatables != null && sizeof($datatables) > 0) {{$datatables->links('livewire.pagination-livewire')}} @endif
@else

Sorry !!! Unauthorized Access

@endif @section('externaljs') @endsection