@extends('admin.layout.app') @section('more-head') @endsection @section('main-content') Factory: {{ App\Model\consignee::find($consignee_id)->name }} EDIT FACTORY PRODUCT @include('includes.messages') {{ csrf_field() }} {{ method_field('PUT') }} Date: @php $type_of_product = App\Model\type_of_product::find($factory_product->type_of_product_id); @endphp Type Of Product: Select Product type_of_product_id == $type_of_product->id) selected @endif> {{ $type_of_product->type_of_product }} Product Tonnage: Product Warehouse: Select Product Warehouse. @foreach ($factory_warehouses as $factory_warehouse) factory_warehouse_id == $factory_warehouse->id) selected @endif> {{ $factory_warehouse->name }} @endforeach Remarks: {{ $factory_product->remarks }} @endsection @section('more-scripts') @endsection