@extends('admin.layout.app') @section('more-head') @endsection @section('main-content') Factory: {{ App\Model\consignee::find($consignee_id)->name }} BEANS TO FACTORY FLOOR @include('includes.messages') {{ csrf_field() }} Date: Type of Beans: Select Type of beans. @foreach ($crops as $crop) {{ ltrim($crop->name, 'Ghana') }} @endforeach Quantity moving from Bean Warehouse (bags): Bean Warehouse: Select Originating Warehouse. @foreach ($factory_warehouses as $factory_warehouse) {{ $factory_warehouse->name }} @endforeach @endsection @section('more-scripts') @endsection