| # | Business Location | Added By | Created At | Ref No | Update Status | Action |
|---|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ $stockCount->location_name }} | {{ $stockCount->first_name }} | {{ \Carbon\Carbon::parse($stockCount->created_at)->format('d/m/Y H:i') }} | {{ $stockCount->ref_no }} | @if($stockCount->status === 'Updated') Updated @else Pending @endif | @if(auth()->user()->can('stocktake.view')) @endif @if(auth()->user()->can('stocktake.delete')) @endif |
{{ $stockCounts->links() }}