@extends('admin.layout.app') @section('more-head') @endsection @section('main-content') OPERATIONS MANAGEMENT SYSTEM trucklist @include('includes.messages') {{ csrf_field() }} {{ method_field('PUT') }} Select consignee: Select consignee. @foreach ($consignees as $consignee) consignee_id == $consignee->id) selected @endif>{{ $consignee->name }} @endforeach Date: @endsection @section('more-scripts') @endsection