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

OPERATIONS MANAGEMENT SYSTEM

DISCREPANT WAYBILLS

@foreach ($shed_waybills as $shed_waybill) @if($shed_waybill->discrepant_status != null) @else @endif @endforeach
No. TYPE TRANS. CODE WAYBILL NO. WAYBILL DATE QUANTITY UNIT OF MEASURE ORIGINATING SHED DESTINATION SHED CONFIRM
{{$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)}} {{strtoupper($shed_waybill->unit_of_measure)}} {{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)}}factory_bags != null) onclick="event.preventDefault();" disabled oncontextmenu="return false;" @endif --}} >CONFIRM
No. TYPE TRANS. CODE WAYBILL NO. WAYBILL DATE QUANTITY UNIT OF MEASURE ORIGINATING SHED DESTINATION SHED CONFIRM
@endsection @section('more-scripts') @endsection