@extends('admin.layout.app') @section('more-head') @endsection @section('main-content') OPERATIONS MANAGEMENT SYSTEM Cocoa Stuffing And Equipment Request Form @include('includes.messages') {{csrf_field()}} {{method_field('PUT')}} SD Number Select MK Number Select MK number @foreach ($mks as $mk) mk_id == $mk->id) selected @endif>{{$mk->mk_number}} @endforeach Select contract Number: Select contract number @foreach ($contracts as $contract) contract_id == $contract->id) selected @endif>{{$contract->number}} @endforeach Select vessel: Select vessel @foreach ($vessels as $vessel) vessel_id == $vessel->id) selected @endif>{{$vessel->name}} @endforeach shipping agent Select Loading Port: Select port @foreach ($ports as $port) port_id == $port->id) selected @endif>{{$port->name}} @endforeach Select Destination Port: Select Destination port @foreach ($destinationports as $destinationport) destinationport_id == $destinationport->id) selected @endif>{{$destinationport->name}} @endforeach Select Category: Select Category @foreach ($categorys as $category) category_id == $category->id) selected @endif>{{$category->name}} @endforeach Select Container Size Select Container Type container_size == '40 footer') selected @endif>40" (footer) container_size == '20 footer') selected @endif>20" (footer) Quantity Date Required reachstacker == 'yes') checked @endif> Reach Stacker toplifter == 'yes') checked @endif> Toplifter forklift == 'yes') checked @endif> Forklift @endsection @section('more-scripts') @endsection