@extends('admin.layout.app') @section('more-head') @endsection @section('main-content') Factory: {{ App\Model\consignee::find($consignee_id)->name }} WORK-IN-PROGRESS @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 Work-In-Progress Tonnage @endsection @section('more-scripts') @endsection