Location
{{ session('success') }}
@endif
@if (session('delete'))
{{ session('delete') }}
@endif
@if (session('warning'))
{{ session('warning') }}
@endif
Transfer History Table
No. | Location (From) | Location (To) | Item Name | Quantity | Date |
---|---|---|---|---|---|
{{ $no }} | {{ isset($location_names[$history->id]['from']) ? $location_names[$history->id]['from'] : 'N/A' }} | {{ isset($location_names[$history->id]['to']) ? $location_names[$history->id]['to'] : 'N/A' }} | {{ $history->item_name }} | {{ $history->quantity }} | {{ $history->date }} |