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

OPERATIONS MANAGEMENT SYSTEM

SAMPLE RESIDUE WAYBILLS

{{-- --}} {{-- --}} @if (Auth::user()->shed_id != 48) @endif @foreach ($shed_waybills as $shed_waybill) {{-- --}} @if (Auth::user()->shed_id != 48) @endif {{-- --}} @endforeach {{-- --}} {{-- --}} @if (Auth::user()->shed_id != 48) @endif
No. TYPE TRANS. CODE WAYBILL NO. WAYBILL DATE QUANTITYSTACKORIGINATING SHED DESTINATION SHED Confirmed Bags EDITDELETEGang Activities
{{ $loop->index + 1 }} {{ strtoupper($shed_waybill->type) }} {{ strtoupper(optional($shed_waybill->bush_delivery)->transaction_code) }} {{ strtoupper($shed_waybill->waybill_no) }} {{ strtoupper($shed_waybill->waybill_date) }} {{ strtoupper($shed_waybill->quantity) }} @if ($shed_waybill->waybill_stacks->count() > 0) @foreach ($shed_waybill->waybill_stacks()->where('shed_id', $originating_shed_id)->get() as $waybill_stack) {{ strtoupper($waybill_stack->stack->stack_name) }} @endforeach @else @foreach ($shed_waybill->stack_records()->withTrashed()->get() as $stack_record) {{ strtoupper($stack_record->mini_shed_stack->mini_name) }} @endforeach @endif {{ strtoupper(App\Model\shed::find($shed_waybill->originating_shed_id)->name) }} {{ strtoupper(App\Model\shed::find($shed_waybill->destination_shed_id)->name) }} {{ strtoupper($shed_waybill->disc_quantity) }} discrepant_status != null) disabled = "disabled" @endif oncontextmenu="return false;">EDIT Gang Activities
No. TYPE TRANS. CODE WAYBILL NO. WAYBILL DATE QUANTITYSTACKORIGINATING SHED DESTINATION SHED Confirmed Bags EDITDELETEGang Activities
@endsection @section('more-scripts') @endsection