@extends('admin.layout.app') @section('more-head') @endsection @section('main-content') OPERATIONS MANAGEMENT SYSTEM REJECTIONS INFO. FOR INTERNAL WAYBILL NO. {{ strtoupper($rejection->internal_waybill->internal_waybill_no) }} {{-- Back to Transactions --}} @include('includes.messages') {{ csrf_field() }} {{ method_field('PUT') }} Rejected Number of Bags: Total Number of bags Rejected On this waybill: {{ $total_rejected }} Bags Remaining for rejection: {{ $total_rejected }} Type of Rejection: Select Type of Rejection type_of_rejection == 'add mixture') selected @endif>Add Mixture type_of_rejection == 'high moisture content') selected @endif>high moisture content type_of_rejection == 'external Mould') selected @endif>External Mould type_of_rejection == 'Average tolerance Level') selected @endif>Average tolerance Level type_of_rejection == 'Burst Bags') selected @endif>Burst Bags type_of_rejection == 'wet bags') selected @endif>wet bags type_of_rejection == 'dirty') selected @endif>dirty type_of_rejection == 'oil stained') selected @endif>oil stained type_of_rejection == 'traces of black beans') selected @endif>traces of black beans type_of_rejection == 'rain wet') selected @endif>rain wet type_of_rejection == 'presence of debris') selected @endif>presence of debris type_of_rejection == 'torn bags') selected @endif>torned bags type_of_rejection == 'poor sowing') selected @endif>poor sowing type_of_rejection == 'NTD') selected @endif>NTD type_of_rejection == 'traces of decay') selected @endif>traces of decay type_of_rejection == 'weak bags') selected @endif>weak bags type_of_rejection == 'Cocoon infested') selected @endif>Cocoon infested type_of_rejection == 'foreign matter') selected @endif>foreign matter type_of_rejection == 'unsual horn marks') selected @endif>unsual horn marks type_of_rejection == 'PQB') selected @endif>PQB type_of_rejection == 'unprescribed sack') selected @endif>unprescribed sack type_of_rejection == 'weevil infested') selected @endif>weevil infested type_of_rejection == 'chaff') selected @endif>chaff type_of_rejection == 'no station marks') selected @endif>No Station marks Remarks {{ $rejection->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