@include('layouts.header')
@include('layouts.sidebar')

Location

@if (session('success')) @endif @if (session('delete')) @endif @if (session('warning')) @endif

Transfer History Table

@php $no = '1'; @endphp @foreach ($histories as $history) @php $no++; @endphp @endforeach
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 }}