@extends('admin.layout.app') @section('more-head') @endsection @section('main-content') OPERATIONS MANAGEMENT SYSTEM STACK FOR SHED Back to Transactions @include('includes.messages') {{-- --}} {{ csrf_field() }} {{ method_field('PUT') }} INTERNAL WAYBILL NUMBER: {{ $internal_waybill->internal_waybill_no }} Select Stack @foreach ($mini_shed_stacks as $mini_shed_stack) mini_shed_stack_id == $mini_shed_stack->id) selected @endif> {{ strtoupper($mini_shed_stack->mini_name) }} @endforeach Date added Quantity of bags Added Total Number of bags stacked from this waybill: {{ $tnobs }} Bags Remaining: {{ $wnob - $tnobs }} @endsection @section('more-scripts') @endsection