@extends('admin.layout.app') @section('more-head') @endsection @section('main-content') Factory: {{ App\Model\consignee::find($consignee_id)->name }} EDIT FACTORY ENTRY @include('includes.messages') {{ csrf_field() }} {{ method_field('PUT') }} Date: Type of Beans: Select Type of beans. @foreach ($crops as $crop) crop_id == $crop->id) selected @endif> {{ ltrim($crop->name, 'Ghana') }} @endforeach plant quantity (bags): @can('factory_production', Auth::user()) plant quantity (tonnes): Bags Remaining: Tonnage Remaining: @endcan Originating Warehouse: Select Originating Warehouse. @foreach ($factory_warehouses as $factory_warehouse) factory_warehouse_id == $factory_warehouse->id) selected @endif> {{ $factory_warehouse->name }} @endforeach @endsection @section('more-scripts') @endsection