@extends('admin.layout.app') @section('more-head') @endsection @section('main-content') Factory: {{ App\Model\consignee::find($consignee_id)->name }} IMPORT @include('includes.messages') {{ csrf_field() }} {{ method_field('PUT') }} Import Ref: Select Factory. @foreach ($imports as $import) import_id == $import->id) selected @endif>{{ $import->import_ref }} @endforeach Date: Country: Vessel: ETA: Voyage Number: Type of Beans: Select Type of beans. @foreach ($crops as $crop) crop_id == $crop->id) selected @endif> {{ ltrim($crop->name, 'Ghana') }} @endforeach tonnage: {{-- Net Weight: --}} @endsection @section('more-scripts') @endsection