@extends('admin.layout.app') @section('more-head') @endsection @section('main-content') OPERATIONS MANAGEMENT SYSTEM Shed Waybills @include('includes.messages') {{ csrf_field() }} Type of Waybill: Select: @if (Auth::user()->shed->exists()) @if (Auth::user()->shed->type != 'discrepant') {{-- Shipment --}} {{-- Factory --}} Sample Residue Sweepings Burst Bags Wet Bags Confiscated Stained Bags Stack to Stack transfer @endif @endif Inter warehouse transfer 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) {{ 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: Pieces Bags Category: Select: N/A @foreach ($categorys as $category) {{ $category->name }} ({{ $category->season->name }}) @endforeach Select Season utilized: Select Season @foreach ($seasons as $season) {{ $season->name }} @endforeach Grade: Select: N/A I II SS Cocoa Type Select cocoa type. N/A @foreach ($cocoa_types as $cocoa_type) {{ $cocoa_type->type_name }} @endforeach {{-- Specialty Type Select @foreach ($specialty_types as $specialty_type) {{ $specialty_type->specialty_name }} @endforeach --}} {{-- client Type: Select @foreach ($client_types as $client_type) {{ strtoupper($client_type->name) }} @endforeach --}} Clerk: {{-- Gang: --}} Description: @endsection @section('more-scripts') @endsection