@if(@count($schedules)) @foreach($schedules as $k => $s) @endforeach @else @endif
STT Ngày đặt lịch Giờ đặt từ Giờ đặt tới Trạng thái Người tạo Thao tác
{{$k}} {{$s->date}} {{$s->time_from}} {{@$s->time_to}} {{ @$s->name_status }} {{@$s->creator->full_name}}
Không tồn tại dữ liệu
{{ count($schedules) ?'Tổng số ' . $schedules->total() . ' bản ghi ' . (request()->search ? 'found' : ''):'' }}
{{count($schedules) ? $schedules->appends(['search' => request()->search ])->links() :''}}