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

OPERATIONS MANAGEMENT SYSTEM

Shed Waybills

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





{{--
--}} @php $bags_assigned = $shed_evac->tonnage_assigned * 16; $bags_fullfilled = $shed_evac->shed_waybills->sum('quantity'); $deleted_records = $shed_waybill ->stack_records() ->with('mini_shed_stack') ->whereHas('mini_shed_stack', function ($query) { $query->whereNotNull('deleted_at')->withTrashed(); }) ->sum('quantity_evacuated'); if ($deleted_records > 0) { $bags_remaining = $bags_assigned + $deleted_records; } else { $bags_remaining = $bags_assigned; } @endphp


{{--


--}}

{{--

--}} {{--

--}} {{--

--}}

@if (Auth::user()->shed_id == 48)

@endif
@endsection @section('more-scripts') @endsection