@extends('admin.layout.app') @section('more-head') @endsection @section('main-content')

Factory: {{ App\Model\consignee::find($consignee_id)->name }}

{{ App\Model\consignee::find($consignee_id)->name }}

{{-- --}} @foreach ($factory_evacuations as $factory_evacuation) {{-- --}} @if ($factory_evacuation->confirm_tonnage != null) @else @endif @endforeach {{-- --}}
No. Delivery Date Factory(SENDING) Truck Number Product TonnageRemarksCONFIRM
{{ $loop->index + 1 }}. {{ $factory_evacuation->date }} {{ $factory_evacuation->consignee->name }} {{ strtoupper($factory_evacuation->truck_no) }} {{ strtoupper($factory_evacuation->type_of_product->type_of_product) }} {{ strtoupper($factory_evacuation->quantity) }}CONFIRMED CONFIRM
No. Delivery Date Factory(SENDING) Truck Number Product TonnageRemarksCONFIRM
@endsection @section('more-scripts') @endsection