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

OPERATIONS MANAGEMENT SYSTEM

RE STACK FOR SHED

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

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



@if ($stack_record->transaction_type == 'evacuation')

@else

@endif {{--


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