@extends('admin.layout.app') @section('main-content')

OPERATIONS MANAGEMENT SYSTEM

PURITY INFO. FOR INTERNAL WAYBILL NO. {{ strtoupper($internal_waybill->internal_waybill_no) }}

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



Total Number of bags Accepted from this waybill: {{ $tnobs }}
Bags Remaining: {{ $wnob - $tnobs }}


@if (Auth::user()->shed_id == 48)
@endif {{--
--}}
@endsection @section('more-scripts') @endsection