@extends('layouts.main_without_top_button') @section('title') Dashboard @stop @section('navigation') @stop {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} @section('contentinner')
NOTIFICATIONS
Pending Requisitions {{ number_format($requisition_this_month['pending_requisition_this_month']) }}/{{ number_format($requisition_this_month['all_requisitions_this_month']) }}
{{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}}
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']) }}
Un-Invoiced Sales
{{ number_format($un_invoiced_trip_sales['month_un_invoiced_sales']) }}/{{ number_format($un_invoiced_trip_sales['month_sales']) }}
@stop