@if (session()->has('success'))
@elseif (session()->has('error'))
@endif
Status |
Photo |
Doctor ID |
Doctor Name |
Phone No |
Email ID |
Specialist |
|
@if(sizeof($datatables)>0)
@foreach($data as $tabledata)
@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(\Illuminate\Support\Facades\Auth::user()->isAbleTo('client_info-update'))
@endif
@if(\Illuminate\Support\Facades\Auth::user()->isAbleTo('client_info-delete'))
@endif
|
@endforeach
@else
No Data Available |
@endif
{{$datatables->links('livewire.pagination-livewire')}}
{{ __('Are you sure you want to delete this data ? Once the data is deleted, all of its resources and data will be permanently deleted.') }}
Hello, world! This is a toast message.
@else