@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 }} 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) }} ({{ $mini_shed_stack->stack_records->sum('quantity_added') - $mini_shed_stack->stack_records->sum('quantity_evacuated') }} bags available) (CAT : {{ $mini_shed_stack->category?->name }}) @endforeach @if ($stack_record->transaction_type == 'evacuation') Date Evacuated Quantity of bags evacuated @else Date Added Quantity of bags added @endif {{-- Category: Select category @foreach ($categorys as $category) category_id == $category->id) selected @endif> {{ strtoupper($category->name) }} ({{ $category->season->name }}) @endforeach --}} {{-- Select Grade Select Grade. grade == 'I') selected @endif>Grade I grade == 'II') selected @endif>Grade II grade == 'SS') selected @endif>Grade SS --}} Total Number of bags stacked from this waybill: {{ $tnobs }} Bags Remaining: {{ $wnob }} @endsection @section('more-scripts') @endsection