| Ngày tặng |
Sản phẩm |
Số lượng |
Chi nhánh |
|
@if(isset($gifts) && count($gifts))
@foreach($gifts as $k => $s)
| {{@formatYMD($s->created_at)}} |
{{isset($s->product)?$s->product->name:''}} |
{{@$s->quantity}} |
{{@$s->branch->name}} |
|
@endforeach
@else
| Không tồn tại dữ liệu |
@endif
@if(isset($gifts) && count($gifts))
{{ 'Tổng số ' . $gifts->total(). ' quà đã tặng ' . (request()->search ? 'found' : '') }}
{{ $gifts->appends(['search' => request()->search ])->links() }}
@endif