@if(\Illuminate\Support\Facades\Auth::user()->isAbleTo('manage_organisation-read'))
@if (session()->has('success'))
@elseif (session()->has('error'))
@endif
{{-- @if(\Illuminate\Support\Facades\Auth::user()->isAbleTo('manage_organisation-create'))--}} {{-- --}} {{-- --}} {{-- @endif--}}
@if(sizeof($datatables)>0) @foreach($datatables as $tabledata) @endforeach @else @endif
Action Status Photo Doctor ID Doctor Name Phone No Email ID Specialist Consultation Fee Prescription Format Prescription Custom Format
@if(\Illuminate\Support\Facades\Auth::user()->isAbleTo('manage_organisation-update') && \Illuminate\Support\Facades\Auth::user()['type'] == 'Doctor') @endif {{--Prescription Format Add--}} {{--End--}} {{--Consultation Fees Update--}} @if(\Illuminate\Support\Facades\Auth::user()->isAbleTo('manage_organisation-update') && \Illuminate\Support\Facades\Auth::user()['type'] == 'Clinic') @endif {{--Consultation Fees Update End--}} @if(\Illuminate\Support\Facades\Auth::user()->isAbleTo('manage_organisation-delete')) @endif @if($tabledata['status']) Active @else Inactive @endif @if($tabledata['image']) @else @endif YODR{{$tabledata['id']}} {{$tabledata['doctor_name']}} {{$tabledata['phone_no']}} {{$tabledata['email_id']}} {{$tabledata['specialist_name']}} @if($tabledata['getDoctorService']) INR {{$tabledata['getDoctorService']['total_amount']}} @else NA @endif {{$tabledata['prescription_format']}}
@if($tabledata['prescription_custom_format']) @else NA @endif

No Data Available

{{$datatables->links('livewire.pagination-livewire')}}
{{--Consultation Fees Update Modal--}} {{--Consultation fees update modal end--}} {{--Format Add Modal--}} {{--Format Add Modal End--}}
@else

Sorry !!! Unauthorized Access

@endif @section('externaljs') @endsection