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

OPERATIONS MANAGEMENT SYSTEM

LEFT OVER TRUCKS


User Image

@foreach ($internal_waybills as $internal_waybill) @endforeach
No. TRANSACTION CODE TRUCK LBC QUANTITY WAREHOUSE LEFTOVER STATUS
{{ $loop->index + 1 }}. {{ $internal_waybill->transaction_code }} {{ strtoupper($internal_waybill->truck_no) }} {{ $internal_waybill->lbc }} {{ $internal_waybill->total_bags }} {{ strtoupper($internal_waybill->warehouse) }} @if (strtoupper($internal_waybill->status) != 'offloaded') YES @else NO @endif
@endsection @section('more-scripts') @endsection