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

OPERATIONS MANAGEMENT SYSTEM

STACK FOR SHED

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

INTERNAL WAYBILL NUMBER: {{ $internal_waybill->internal_waybill_no }}




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