@extends('admin.layout.app') @section('more-head') @endsection @section('main-content') OPERATIONS MANAGEMENT SYSTEM Shed Waybills @include('includes.messages') {{ csrf_field() }} {{ method_field('PUT') }} Type of Waybill: Select: @if (Auth::user()->shed->exists()) @if (Auth::user()->shed->type != 'discrepant') {{-- Shipment type == 'factory') selected @endif>Factory --}} type == 'sample residue') selected @endif>Sample Residue type == 'sweepings') selected @endif>Sweepings type == 'burst bags') selected @endif>Burst Bags type == 'wet bags') selected @endif>Wet Bags type == 'confiscated') selected @endif>Confiscated type == 'stained bags') selected @endif>Stained Bags type == 'stack-to-stack') selected @endif>Stack to Stack transfer @endif @endif type == 'Inter-Warehouse') selected @endif>Inter warehouse transfer type == 'Intra-Warehouse') selected @endif>Intra warehouse transfer Select Contract Number: Select Contract Number Select Transaction Code: Select Transaction Code Select Shipping Line: N/A @foreach ($shipping_lines as $shipping_line) shipping_line_id == $shipping_line->id) selected @endif> {{ strtoupper($shipping_line->shipping_line) }} @endforeach Select Stack Number: Select Stack Number Select Destination Shed: Select Destination Shed Waybill Number: Waybill Date: Quantity: Quantity: Unit of Measure: Select: unit_of_measure == 'pieces') selected @endif>>Pieces unit_of_measure == 'bags') selected @endif>Bags Category: Select: N/A @foreach ($categorys as $category) category_id == $category->id) selected @endif> {{ $category->name }} ({{ $category->season->name }}) @endforeach Select Season utilized: Select Season @foreach ($seasons as $season) season_id == $season->id) selected @endif>{{ $season->name }} @endforeach Grade: Select: grade == 'N/A') selected @endif>N/A grade == 'I') selected @endif>I grade == 'II') selected @endif>II grade == 'SS') selected @endif>II>SS Cocoa Type Select cocoa type. N/A @foreach ($cocoa_types as $cocoa_type) id == $shed_waybill->cocoa_type_id) selected @endif> {{ $cocoa_type->type_name }} @endforeach {{-- Specialty Type Select @foreach ($specialty_types as $specialty_type) id == $shed_waybill->specialty_type_id) selected @endif> {{ $specialty_type->specialty_name }} @endforeach --}} {{-- client Type: Select @foreach ($client_types as $client_type) id == $shed_waybill->client_type_id) selected @endif> {{ strtoupper($client_type->name) }} @endforeach --}} Clerk: {{-- Gang: --}} Description: {{ $shed_waybill->description }} @endsection @section('more-scripts') @endsection