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