@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
@endsection @section('_script') {{----}} @endsection