@extends('admin.layout.app') @section('more-head') @endsection @section('main-content') Factory: {{ App\Model\consignee::find($consignee_id)->name }} {{ App\Model\consignee::find($consignee_id)->name }} {{ csrf_field() }} Select Type of Warehouse Select Type of Warehouse. Raw Beans Products Select Type of beans Select Type of beans. @foreach ($crops as $crop) {{ ltrim($crop->name, 'Ghana') }} @endforeach Select Type of product Select Type of Product. @foreach ($type_of_products as $type_of_product) {{ $type_of_product->type_of_product }} @endforeach Originating Factory Warehouse: Select Destination Factory Warehouse: Select Quantity: Unit of Measure: Select Tonnes Bags Transfer @endsection @section('more-scripts') @endsection