@extends('admin.layout.app') @section('main-content') OPERATIONS MANAGEMENT SYSTEM PURITY INFO. FOR INTERNAL WAYBILL NO. {{ strtoupper($internal_waybill->internal_waybill_no) }} Back to Transactions @include('includes.messages') {{ csrf_field() }} {{ method_field('PUT') }} Quantity Status: Select Type. Same on Waybill Excess Shortage Purity Date Purity Number: Excess: Shortages: Port Quantity: Total Number of bags Accepted from this waybill: {{ $tnobs }} Bags Remaining: {{ $wnob - $tnobs }} Purity Category: Select category @foreach ($categorys as $category) category_id == $category->id) selected @endif> {{ strtoupper($category->name) }} @endforeach Select Purity Grade Select Grade. internal_waybill_grade == 'I') selected @endif>Grade I internal_waybill_grade == 'II') selected @endif>Grade II internal_waybill_grade == 'SS') selected @endif>Grade SS Clerk: @if (Auth::user()->shed_id == 48) Gang: @endif {{-- Offloading Date: --}} @endsection @section('more-scripts') @endsection