@extends('layouts.app') @section('content')

On-Field Material Audit

Current active stock allocations for event: {{ $exhibition->name ?? 'Exhibition Event' }} ({{ $exhibition->city ?? 'On Field' }})

Back to Master List
@forelse($allocatedStocks as $stock) @empty @endforelse
BARCODE / CODE ARTICLE SPECIFICATION COLLECTION CATEGORY CURRENT ALLOCATED QUANTITY LAST TRANSFERRED ON
{{ $stock->product->product_code ?? 'N/A' }} {{ $stock->product->name ?? 'N/A' }} {{ $stock->product->type ?? 'General' }} {{ $stock->transfer_qty }} Units on Field {{ \Carbon\Carbon::parse($stock->transfer_date)->format('d M, Y') }}
No materials have been transferred to this exhibition branch window yet.
@endsection