@extends('admin.layout.app') @section('more-head') @endsection @section('main-content') Factory: {{ App\Model\consignee::find($consignee_id)->name }} ADD FACTORY PRODUCT @include('includes.messages') {{ csrf_field() }} Date: Type Of Product: Select Product @foreach ($type_of_products as $type_of_product) {{ $type_of_product->type_of_product }} @endforeach Product Tonnage: Product Warehouse: Select Product Warehouse. @foreach ($factory_warehouses as $factory_warehouse) {{ $factory_warehouse->name }} @endforeach @endsection @section('more-scripts') @endsection