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

OPERATIONS MANAGEMENT SYSTEM

STACK FOR SHED

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

SHED WAYBILL NUMBER: {{ $shed_waybill->waybill_no }}




{{--


--}} {{--
--}}
Total Number of bags stacked from this waybill: {{ $tnobs }}
Bags Remaining: {{ $wnob - $tnobs }}
@endsection @section('more-scripts') @endsection