@if(auth()->user()->can('symptoms-edit')) @endif @if(auth()->user()->can('symptoms-delete')) @endif @php $i=1;@endphp @if(count($data)>0) @foreach ($data as $key => $symptom) @if(auth()->user()->can('symptoms-edit')) @endif @if(auth()->user()->can('symptoms-delete')) @endif @endforeach @else @endif
Sl No Name Type Description StatusEditDelete
{{$data->firstItem() + $key}} {{ $symptom->symptoms_title }} @if(isset($symptom->code)) ({{ $symptom->code }}) @endif {{ $symptom->symptoms_type }} {{ $symptom->description }}
status=='1' ? 'checked' : ''}}>
No Data Found