@extends('admin.layout.app') @section('more-head') @endsection @section('main-content') Factory: {{ App\Model\consignee::find($consignee_id)->name }} EDIT TOLLING EVACUATION @include('includes.messages') {{ csrf_field() }} {{ method_field('PUT') }} Date: Type Of Product: Select 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 Factory: Select Factory. @foreach ($consignees as $consignee) tollee_id == $consignee->id) selected @endif>{{ $consignee->name }} @endforeach {{-- Tonnage: --}} Quantity: {{ $message }} @enderror Confirm Quantity: Net Weight: --}} Warehouse: Select Warehouse. @foreach ($factory_warehouses as $factory_warehouse) toller_warehouse_id == $factory_warehouse->id) selected @endif> {{ $factory_warehouse->name }} @endforeach @endsection @section('more-scripts') @endsection