@extends('layouts.main_without_top_button') @section('title') Dashboard @stop @section('navigation') @stop {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} @section('contentinner')
@if(\Illuminate\Support\Facades\Auth::user()->can('VIEW ACCOUNTS BALANCES'))


Fine Copies({{\Carbon\Carbon::now()->year}})

{{number_format($asset_damage_amount)}}
{{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{-- Fine Copies - Booked ({{\Carbon\Carbon::now()->year}})

--}} {{-- {{number_format($asset_damage_into_account)}}--}} {{--
--}} {{--
--}} {{--
--}}

Recovery Collection - Fine Copies

{{number_format($fine_copy_recovered)}}

Cash Book - Fine Copies

{{number_format($cash_book_fine_copy_balance)}}
{{-- --}}


Traffic Fines({{\Carbon\Carbon::now()->year}})

{{number_format($driver_traffic_fines_amount)}}

Recovery Collection - Traffic Fines

{{number_format($traffic_fine_recovered)}}

Cash Book - Traffic Fines

{{number_format($cash_book_traffic_fine_balance)}}
{{-- --}}
@endif
NOTIFICATIONS
Pending Requisitions {{ number_format($requisition_this_month['pending_requisition_this_month']) }}/{{ number_format($requisition_this_month['all_requisitions_this_month']) }}
{{-- Pending LPO's --}}
{{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}}
LOP Type Pending Total
Fuel LPOs {{ $purchase_order_this_month['pending_fuel_requisition'] }} {{ $purchase_order_this_month['all_fuel_requisition'] }} More
Trips LPOs{{ $purchase_order_this_month['pending_trip_requisition'] }}{{ $purchase_order_this_month['all_trip_requisition'] }}--}} {{-- More--}} {{--
Spare-Parts LPOs {{ $purchase_order_this_month['pending_spare_parts_requisition'] }} {{ $purchase_order_this_month['all_spare_parts_requisition'] }} More
Services LPOs{{ $purchase_order_this_month['pending_service_requisition'] }}{{ $purchase_order_this_month['all_service_requisition'] }}--}} {{-- More--}} {{--
General LPOs{{ $purchase_order_this_month['pending_general_requisition'] }}{{ $purchase_order_this_month['all_general_requisition'] }}--}} {{-- More--}} {{--
{{ number_format($purchase_order_this_month['pending_purchase_orders_this_month']) }}/{{ number_format($purchase_order_this_month['all_purchase_orders_this_month']) }}
Pending GIN's {{ number_format($gins_this_month['pending_gins_this_month']) }}/{{ number_format($gins_this_month['all_gins_this_month']) }}
Open Job-Cards {{ number_format($job_cards_this_month['open_job_cards_this_month']) }}/{{ number_format($job_cards_this_month['all_job_cards_this_month']) }}
{{--
--}} {{-- Pending Clients Inquiries--}} {{-- {{ number_format($inquiries_this_month['pending_inquiries_this_month']) }}/{{ number_format($inquiries_this_month['all_inquiries_this_month']) }}--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{-- Pending Nominations--}} {{-- {{ number_format($nominations_this_month['pending_allocated_trucks_this_month']) }}/{{ number_format($nominations_this_month['all_allocated_trucks_this_month']) }}--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{-- Pending Pipeline Orders--}} {{-- {{ number_format($inquiries_this_month['pending_inquiries_this_month']) }}/{{ number_format($inquiries_this_month['all_inquiries_this_month']) }}--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}}
Un-Invoiced Sales
{{ number_format($un_invoiced_trip_sales['month_un_invoiced_sales']) }}/{{ number_format($un_invoiced_trip_sales['month_sales']) }}

Driver Loss Report

Print
@foreach($view_driver_last_trip_loss_recoveries as $view_driver_last_trip_loss_recovery) @endforeach
# Date Driver Loss Recover %
{{$view_driver_last_trip_loss_recovery->id}} {{$view_driver_last_trip_loss_recovery->date}} {{$view_driver_last_trip_loss_recovery->driver}} {{number_format($view_driver_last_trip_loss_recovery->driver_loss_amount)}} {{number_format($view_driver_last_trip_loss_recovery->recovery_amount)}} {{number_format($view_driver_last_trip_loss_recovery->percent)}}
@if(\Illuminate\Support\Facades\Auth::user()->can('VIEW INQUIRY PROGRESS') OR \Illuminate\Support\Facades\Auth::user()->can('LOADING NOMINATIONS NOTIFICATION'))
Entry # Date Client Received By Notification Action
{{----}} @if(\Illuminate\Support\Facades\Auth::user()->can('APPROVE LOADING NOMINATION')) @if(\Illuminate\Support\Facades\Auth::user()->can('APPROVE LOADING NOMINATION')) @endif
Order #MoreDate Created By @else @endif Client No. of Truck(s)  Action
# Pipeline # Date No Of Trucks Created By Action
# Amendment # Vehicle Trailer Driver Date Created By Action
No# Date Client No Of Truck(s) Attended Truck(s) Created By Remarks Action
# Cancellation No# Date No Of Trucks Created By Action
@endif
Quantity Loaded Charts
Quantity Loaded - Petroleum Cargo
Driver Report - Petroleum Cargo
TRAFFIC FINE - TRUCKWISE
TRAFFIC FINE - DRIVERWISE
@if(\Illuminate\Support\Facades\Auth::user()->can('VIEW ACCOUNTS REPORTS') OR (\Illuminate\Support\Facades\Auth::user()->id == 19))
Expenses Charts
Detailed Expenses Charts
{{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- Trading Account--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} @endif


@stop