@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() }} @method('PUT') Select Type of Warehouse Select Type of Warehouse. Raw Beans Products Select Type of beans Select Type of beans. @foreach ($crops as $crop) crop_id == $crop->id) selected @endif> {{ ltrim($crop->name, 'Ghana') }} @endforeach Select Type of product Select Type of Product. @foreach ($type_of_products as $type_of_product) type_of_product_id == $type_of_product->id) selected @endif> {{ $type_of_product->type_of_product }} @endforeach Originating Factory Warehouse: Select {{ App\Model\factory_warehouse::find($factory_warehouse_transfer->origin_warehouse_id)->name }} Destination Factory Warehouse: Select {{ App\Model\factory_warehouse::find($factory_warehouse_transfer->destinate_warehouse_id)->name }} Quantity: Unit of Measure: Select unit_of_measure == 'tonnes') selected @endif>Tonnes unit_of_measure == 'bags') selected @endif>Bags Transfer @endsection @section('more-scripts') @endsection