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