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

Location

@if (session('success')) @endif @if (session('delete')) @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 }} {{$location_names[$history->id]['from']}} {{$location_names[$history->id]['to']}} {{ $history->item_name }} {{ $history->quantity }} {{ $history->date }}