Reference No |
Source Branch |
Destination Branch |
Date |
Status |
Action |
@forelse($stockTransfers as $transfer)
{{ $transfer->reference_no }} |
{{ $transfer->sourceBranch->name }} |
{{ $transfer->destinationBranch->name }} |
{{ $transfer->transfer_date->format('d M Y') }} |
{{ ucfirst($transfer->status) }}
|
|
@empty
No stock transfers found |
@endforelse
{{ $stockTransfers->links() }}