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

OPERATIONS MANAGEMENT SYSTEM

Shed Waybills

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





{{--
--}} @php $bags_assigned = $shed_evac->tonnage_assigned * 16; $bags_fullfilled = $shed_evac->stack_records?->sum('bags_quantity_evacuated'); $bags_remaining = $bags_assigned - $bags_fullfilled; @endphp


{{--


--}}

{{--

--}} {{--

--}} {{--

--}} {{--

--}}

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

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