@csrf @method('patch') @if(in_array('opd-doctor-holiday-edit', $authRolePermissions)) @endif @if(in_array('opd-doctor-holiday-delete', $authRolePermissions)) @endif @if(count($holiday_shifts)>0) @foreach ($holiday_shifts as $key => $rows) @if(in_array('opd-doctor-holiday-edit', $authRolePermissions)) @endif @if(in_array('opd-doctor-holiday-delete', $authRolePermissions)) @endif @endforeach @else @endif
Sl No From Date To Date ShiftEditDelete
{{$key+1}} {{formatedDate($rows->from_date)}} {{formatedDate($rows->to_date)}} {{$rows->getShift?$rows->getShift->name:''}}
No Data Found