| {{ $loop->iteration }} |
{{ $transfer->transfer_date }} |
{{ $transfer->invoice_no }} |
@if(auth()->user()->accessToMultiBranch())
{{ $transfer->toBranch->name ?? '' }} |
@endif
{{ $transfer->fromWarehouse->name ?? ''}} |
@if(auth()->user()->accessToMultiBranch())
{{ $transfer->fromBranch->name ?? '' }} |
@endif
{{ $transfer->toWarehouse->name ?? '' }} |
{{ $totalQty }} |
{{ currency_format($totalStockValue, currency: business_currency()) }} |
{{ ucfirst($transfer->status) }} |
@endforeach