@extends('admin.layout.app') @section('more-head') @endsection @section('main-content') OPERATIONS MANAGEMENT SYSTEM REJECTIONS INFO. FOR INTERNAL WAYBILL NO. {{ strtoupper($internal_waybill->internal_waybill_no) }} Back to Transactions @include('includes.messages') {{ csrf_field() }} {{ method_field('POST') }} Rejected Number of Bags: Total Number of bags Rejected On this waybill: {{ $total_rejected }} Bags Remaining for rejection: {{ $total_rejected - $cnr }} Type of Rejection: Select Type of Rejection Add Mixture high moisture content External Mould Average tolerance Level Burst Bags wet bags dirty oil stained traces of black beans rain wet presence of debris torned bags poor sowing NTD traces of decay weak bags Cocoon infested foreign matter unsual horn marks PQB unprescribed sack weevil infested chaff No Station marks Remarks Type of Rejection Number of Bags Transaction Code Remarks Internal Waybill Number Edit @foreach ($rejections as $rejection) {{ $rejection->type_of_rejection }} {{ $rejection->rejected_no_of_bags }} {{ $rejection->bush_delivery->transaction_code }} {{ $rejection->remarks }} {{ $rejection->internal_waybill->internal_waybill_no }} bush_delivery->second_weight > 0) onclick="event.preventDefault()";oncontextmenu=”return false”; disabled @endif> EDIT @endforeach @endsection @section('more-scripts') @endsection