@stack('styles')
Dashboard
Kerja Baharu
Senarai Kerja
Pembayaran
Jualan Harian
@if($pendingAlertCount > 0)
{{ $pendingAlertCount }}
@endif
Peringatan
{{ $pendingAlertCount }} kerja melebihi had tempoh
@if($pendingAlertCount > 0)
Lihat Semua
@else
Tiada peringatan
@endif
{{ auth()->user()?->name ?? auth()->user()?->email ?? '' }}
{{ auth()->user()?->name ?? '' }}
{{ auth()->user()?->email ?? '' }}
Laporan
Tetapan
@csrf
Logout
{{ $company->company_name ?? 'Qobex Station' }}
@yield('title', 'Dashboard')
@hasSection('actions')
@yield('actions')
@endif
@if(session('success'))
{{ session('success') }}
@endif @if(session('error'))
{{ session('error') }}
@endif @yield('content')
@stack('scripts')