@extends('layouts.main') @section('content')
chart success
Open PMs

{{ $open_pm }}

{{-- +72.80% --}}
Credit Card
Open Non PMs

{{ $open_non_pm }}

{{-- +28.42% --}}
Credit Card
Closed PMs

{{ $closed_pm }}

{{-- +28.42% --}}
Credit Card
Closed Non PMs

{{ $closed_non_pm }}

{{-- +28.42% --}}
Credit Card
Total Open

{{ $total_open }}

{{-- +28.42% --}}
Credit Card
Total Closed

{{ $total_closed }}

{{-- +28.42% --}}
Credit Card
Overdue Total WO

{{ $total_overdue }}

{{-- +28.42% --}}
Credit Card
Last Week Compliance

{{ $last_week_compliance }}

{{-- +28.42% --}}
Credit Card
Last Month Compliance

{{ $last_month_compliance }}

{{-- +28.42% --}}
Credit Card
Total Compliance

{{ $total_compliance }}

{{-- +28.42% --}}

Work Order Average Complition Time (in Days)

@foreach ($formattedData as $key => $data) @endforeach
Priority Last Week Last Month Last Overall
{{ $key }} {{ $data['last_week'] }} {{ $data['last_month'] }} {{ $data['overall'] }}
{{--

Open PMs by Priority

--}}

Open PMs by Facility

Open PMs by Priority

Open PMs By Days

{{--
Order Statistics
42.82k Total Sales

8,258

Total Orders
  • Electronic
    Mobile, Earbuds, TV
    82.5k
  • Fashion
    T-shirt, Jeans, Shoes
    23.8k
  • Decor
    Fine Art, Dining
    849k
  • Sports
    Football, Cricket Kit
    99
--}} {{--
--}}
@push('footer-script') @endpush @endsection