{{ __('db.date') }}: {{ $production_details->created_at }}

{{ __('db.reference') }}: {{ $production_details->reference_no }}

{{ __('db.status') }}: {{ $production_details->status }}

{{ __('db.Warehouse') }}: {{ $production_details->warehouse->name ?? '' }}

@if ($production_details->document)

{{ __('db.Attach Document') }}: Download

@endif @foreach ($product_list as $index => $item)
# {{ __('db.Product') }} {{ __('db.Qty') }} {{ __('db.Received') }} {{ __('db.Unit Cost') }} {{ __('db.Tax') }} {{ __('db.Subtotal') }}