@extends('layouts.baseSP') @section('title', 'Laman Utama') @section('content')

Jumlah Pengguna

{{ $userCount }}

Jumlah Tempahan

{{ $bookingCount }}

Jumlah Bayaran

RM{{ number_format($totalPayment, 2) }}
{{-- Bar Chart --}}
Prestasi Servis
@endsection