@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() }} {{ method_field('PUT') }} Date Type Of Product: Select Product @foreach ($type_of_products as $type_of_product) id == $wip->type_of_product_id) selected @endif> {{ $type_of_product->type_of_product }} @endforeach Work in Progress (Beans Tonnage) @endsection @section('more-scripts') @endsection