@section('title', get_setting('site_name') . ' | Asset Branch Transfer') @push('css') @endpush
Move Inventory Items Across Branches With Traceability.
| Recorded | Asset | From | To | Transfer Reason | By |
|---|---|---|---|---|---|
| {{ $row->created_at?->format('Y-m-d H:i') }} | {{ $row->assetRow?->name ?? '—' }} | {{ $row->fromBranch?->name ?? '—' }} | {{ $row->toBranch?->name ?? '—' }} | {{ $row->reason ? \Illuminate\Support\Str::limit($row->reason, 220) : '—' }} | {{ $row->createdBy?->name ?? '—' }} |
| No Records Yet | |||||