@if (session()->has('add_msg'))
×
{{session()->get('add_msg')}}
@endif
@if (session()->has('update_msg'))
×
{{session()->get('update_msg')}}
@endif
@if (session()->has('delete_msg'))
×
{{session()->get('delete_msg')}}
@endif
| # |
Doctor Name |
Doctor Qualification |
Department |
Medical |
Chamber |
Contact No |
Action |
@php
$sl = 1;
@endphp
@foreach ($doctors as $item)
| {{$sl++}} |
{{$item->doctor_name ?? '' }} |
{{ $item->doctor_qualification ?? '' }} |
{{ $item->department ?? '' }} |
{{ $item->medical ?? '' }} |
{{ $item->chamber ?? '' }} |
{{ $item->contact_no ?? '' }} |
Edit
Delete
|
@endforeach