@if(\Illuminate\Support\Facades\Auth::user()->isAbleTo('patients-read'))
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 {{----}} |
|
{{$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 |