@extends('admin.layout.app') @section('more-head') @endsection @section('main-content') OPERATIONS MANAGEMENT SYSTEM Cocoa Delivery Note @include('includes.messages') {{ csrf_field() }} {{ method_field('PUT') }} {{-- Select season Select season: @foreach ($seasons as $season) {{$season->name}} @endforeach --}} Select category: Select category. @foreach ($categorys as $category) category_id == $category->id) selected @endif>{{ $category->name }} ({{ $category->season->name }}) @endforeach Select MK Number: Select mk. @foreach ($wpo_evacuations as $wpo_evacuation) wpo_evacuation_id == $wpo_evacuation->id) selected @endif>MK {{ $wpo_evacuation->sales_advice->mk_number }} /{{ strtoupper($wpo_evacuation->consignee->name) }} @endforeach CDN Number: CDN Date: @endsection @section('more-scripts') @endsection