@extends('admin.layout.app') @section('more-head') @endsection @section('main-content') Factory: {{ App\Model\consignee::find($consignee_id)->name }} FACTORY EVACUATION @include('includes.messages') {{ csrf_field() }} {{ method_field('PUT') }} Date: quantity (Tonnes): Mode Of Evacuation: Select Mode Of Evacuation mode_of_evacuation == 'Self') selected @endif>Self mode_of_evacuation == 'Tolling') selected @endif>Tolling Factory Select Tolling Factory @foreach ($consignees as $consignee) toll_factory_consignee_id == $consignee->id) selected @endif>{{ $consignee->name }} @endforeach Type Of Shipment: Select type_of_shipment type_of_shipment == 'local') selected @endif>local type_of_shipment == 'foreign') selected @endif>foreign Type Of Buyer: Select type of Buyer type_of_buyer == 'factory') selected @endif>Factory type_of_buyer == 'artisanal') selected @endif>Artisanal type_of_buyer == 'other') selected @endif>Others Factory Select Factory @foreach ($consignees as $consignee) factory_consignee_id == $consignee->id) selected @endif>{{ $consignee->name }} @endforeach Artisanal Select Artisanal @foreach ($artisanals as $artisanal) artisanal_id == $artisanal->id) selected @endif>{{ $artisanal->name }} @endforeach Others: Type of Product: Select Type of Product. @foreach ($type_of_products as $type_of_product) type_of_product_id == $type_of_product->id) selected @endif> {{ $type_of_product->type_of_product }} @endforeach Warehouse Select Warehouse @foreach ($warehouses as $warehouse) factory_warehouse_id == $warehouse->id) selected @endif> {{ $warehouse->name }} @endforeach {{-- Container Number: --}} Port of Loading: Select Port of Loading port_of_exit == 'tema') selected @endif>Temas port_of_exit == 'takoradi') selected @endif>Takoradi {{-- Vessel: --}} Truck: Destination Port: Remarks: {{ $factory_evacuation->description }} @endsection @section('more-scripts') @endsection