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

OPERATIONS MANAGEMENT SYSTEM

TRUCK REGISTRATION

@foreach ($bush_deliverys as $bush_delivery) @endforeach
No. LBC TYPE TRUCK NO. No. OF BAGS REGISTRATION TIME SEASON TRANS. CODE
{{$loop->index + 1}}. {{$bush_delivery->lbc->name}} {{$bush_delivery->port->name}} {{$bush_delivery->truck_no}} {{$bush_delivery->internal_waybills->sum('internal_no_of_bags')}} {{$bush_delivery->registration_time}} {{$bush_delivery->season->name}} {{$bush_delivery->transaction_code}}


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