@extends('layout.app') @section('content')

Danh sách


@forelse($docs as $key=> $item) @empty @endforelse
TT Tên Trạng thái Chi nhánh Thao tác
{{$key+1}} {{$item->name}}
{{$item->status == 0 ? 'Huỷ' : 'Đã chuyển'}}
{{@$item->branch->name}} @if($item->status == 1) @endif
Không có dữ liệu
{{ 'Tổng số ' . $docs->total() . ' bảng công ' . (request()->search ? 'found' : '') }}
{{ $docs->appends(['search' => request()->search ])->links() }}
@endsection @section('_script') {{----}} @endsection