@extends('admin.layout.app') @section('more-head') @endsection @section('main-content') {{-- Factory: {{App\Model\consignee::find($consignee_id)->name}} --}} EDIT IMPORT ENTRY @include('includes.messages') {{csrf_field()}} {{method_field('PUT')}} Date: Tonnage: Factory: Select Factory. @foreach ($consignees as $consignee) consignee_id == $consignee->id) selected @endif>{{$consignee->name}} @endforeach Ref No: @endsection @section('more-scripts') @endsection