@extends('partials.main') @section('content')

Dashboard Progress

Progress per karyawan berdasarkan master pitstop aktif
Total Step Aktif
{{ $totalSteps }}
Total Karyawan
{{ $totalUsers }}
Total Step Lulus
{{ $totalSelesai }}

Progress per Karyawan

@include('pitstop.partials.progress_rows', ['users' => $users, 'totalSteps' => $totalSteps])
Nama Progress
@include('pitstop.partials.progress_pager', ['users' => $users])
@endsection @section('custom_js') @endsection