Sl No.
Surgery Types
Code
Details
Priority
Status
Edit
Delete
@php $i=1;@endphp @if($surgery_types->count() > 0) @foreach($surgery_types as $list)
{{$i++}}
{{$list->name}}
{{$list->code}}
{{$list->details}}
{{$list->priority}}
status=='1' ? 'checked' : '0'}}>
@endforeach @else
No Data Found
@endif
Show: 10
Show: 30
Show: 50