@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) }}

@include('includes.messages')
{{ csrf_field() }} {{ method_field('POST') }}


Total Number of bags Rejected On this waybill: {{ $total_rejected }}
Bags Remaining for rejection: {{ $total_rejected - $cnr }}


@foreach ($rejections as $rejection) @endforeach
Type of Rejection Number of Bags Transaction Code Remarks Internal Waybill Number Edit
{{ $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
@endsection @section('more-scripts') @endsection