@extends('layouts.master') @section('title', 'KPI Log Dashboard') @section('pageContent')
user1

{{ $onshift[0]['leader'] ?? "NULL" }}

Leader on Shift
user1

{{ $onshift[0]['co_leader'] ?? "NULL" }}

Co-Leader on Shift
Road Traffic Controller
Fleet Safety
CCTV & GPS ON

{{ $eventShift['cctv_gps'] }} Unit

KPI Log Operator Daily On Shifting

{{ $totalGreetingPreventive }}%

MT SHIPMENT DAILY

{{ $eventShift['mt_shipment'] }} Mt

MT OFFLINE

{{ $eventShift['mt_offline'] }} Mt

VIOLATION OF BEHAVIOUR AMT

{{ $eventShift['violation_amt'] }} Unit

@php function getCardColorClass($index) { $colors = ['primary', 'success', 'warning', 'info', 'danger']; return $colors[$index % count($colors)]; } @endphp
@php $bulanIndo = [ 'januari' => 'Januari', 'februari' => 'Februari', 'maret' => 'Maret', 'april' => 'April', 'mei' => 'Mei', 'juni' => 'Juni', 'juli' => 'Juli', 'agustus' => 'Agustus', 'september' => 'September', 'oktober' => 'Oktober', 'november' => 'November', 'desember' => 'Desember' ]; @endphp
@forelse($data as $index => $item)
{{ $item['pc'] }} - {{ $item['operator'] }}
Shift {{ request('shift') }}
GREETING {{ $item['greeting'] }}
PREVENTIF {{ $item['preventive'] }}
MT WORK {{ $item['mt_work'] }}
@empty
Tidak ada data ditemukan untuk filter yang dipilih.
@endforelse

Preventive Call & Greeting Gate Out

Overview preventive call & greeting gate out

KPI By Shifting

Every Day

{{ $kpi[2]['count'] }} call

Total Call

{{ $kpi[0]['count'] }} call

Average

modernize-img

Installment GPS Cam

modernize-img

{{ $onshift[0]['emp_shift'] ?? "0" }} People

Total Man Power in Shift

Trend Parking AMT

@endsection @section('scripts') @endsection