@extends('admin.layout.app') @section('more-head') @endsection @section('main-content') OPERATIONS MANAGEMENT SYSTEM STACK FOR SHED @if ($shed_waybill->type == 'Intra-Warehouse') Back to Transactions @endif @if ($shed_waybill->type == 'Inter-Warehouse') Back to Transactions @endif @include('includes.messages') {{-- --}} {{ csrf_field() }} {{ method_field('PUT') }} INTERNAL WAYBILL NUMBER: {{ $shed_waybill->waybill_no }} Select Stack @foreach ($mini_shed_stacks as $mini_shed_stack) mini_shed_stack_id == $mini_shed_stack->id) selected @endif> @if ($mini_shed_stacks->count() == 1) {{ strtoupper($mini_shed_stack->shed_stack->stack_name) }} @else {{ strtoupper($mini_shed_stack->mini_name) }} @endif @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