@extends('layouts.main_without_top_button') @section('title') EXPORT PERFORMANCE REPORT @stop @section('navigation')
@stop @section('contentinner')
EXPORT PERFORMANCE REPORT AS OF {{\Carbon\Carbon::now()->toFormattedDateString()}} |
||||||||
|
||||||||
TRUCK PENDING ALLOCATIONS | ||||||||
Horse | Trailer | Driver | Allocation | Type | Location | Status | Remarks | |
---|---|---|---|---|---|---|---|---|
{{++$index}} | {{$pending_allocation_truck->registration_number}} | {{$pending_allocation_truck->trailer_registration}} | {{$pending_allocation_truck->driverName}} | {{$pending_allocation_truck->name}} | {{$pending_allocation_truck->trailer_type}} | {{\App\Logistics\Facades\Vehicles::getTruckLocation($pending_allocation_truck->id)}} | {{\App\Logistics\Facades\Vehicles::getTruckLoadingStatus($pending_allocation_truck->id)}} | {{\App\Logistics\Facades\Vehicles::getTruckLocationRemarks($pending_allocation_truck->id)}} |
|
||||||||
ALLOCATED TRUCKS | ||||||||
Horse | Trailer | Driver | Allocation | Type | Location | Status | Remarks | |
{{++$index}} | {{$allocated_truck->registration_number}} | {{$allocated_truck->trailer_registration}} | {{$allocated_truck->driverName}} | {{$allocated_truck->name}} | {{$allocated_truck->trailer_type}} | {{\App\Logistics\Facades\Vehicles::getTruckLocation($allocated_truck->id)}} | {{\App\Logistics\Facades\Vehicles::getTruckLoadingStatus($allocated_truck->id)}} | {{\App\Logistics\Facades\Vehicles::getTruckLocationRemarks($allocated_truck->id)}} |