@extends('admin.layout.app') @section('more-head') @endsection @section('main-content') Factory: {{ App\Model\consignee::find($consignee_id)->name }} ADD FACTORY EVACUATION @include('includes.messages') {{ csrf_field() }} Date: Type of Product: Select Type of Product. @foreach ($type_of_products as $type_of_product) {{ $type_of_product->type_of_product }} @endforeach Quantity (Tonnes): Type Of Ownership: Select Type Of Ownership Self Tolling Tolling Factory Select Tolling Factory @foreach ($consignees as $consignee) {{ $consignee->name }} @endforeach Type Of Shipment: Select type_of_shipment local foreign Type Of Buyer: Select type of Buyer Factory Artisanal Others Factory Select Factory @foreach ($consignees as $consignee) {{ $consignee->name }} @endforeach Artisanal Select Artisanal @foreach ($artisanals as $artisanal) {{ $artisanal->name }} @endforeach Others: Warehouse Select Warehouse @foreach ($warehouses as $warehouse) {{ $warehouse->name }} @endforeach {{-- Container Number: --}} Port of Loading: Select Port of Loading Tema Takoradi {{-- Vessel: --}} Truck: Destination Port: Remarks: @endsection @section('more-scripts') @endsection