Overall
{{ ucfirst($systemHealth['overall']) }}
Database
{{ $systemHealth['database']['message'] }}
{{ $systemHealth['database']['details'] }}
Payments
{{ $systemHealth['payments']['message'] }}
{{ $systemHealth['payments']['details'] }}
Bookings
{{ $systemHealth['bookings']['message'] }}
{{ $systemHealth['bookings']['details'] }}
{{ $action['title'] }}
{{ $action['count'] }}
Total Bookings
{{ number_format($metrics['totalBookings']) }}
Total Revenue
${{ number_format($metrics['totalRevenue'], 2) }}
Pending Approvals
{{ number_format($metrics['pendingGolferApprovals']) }}
Active Disputes
{{ number_format($metrics['activeCancellations']) }}
New Users This Week
{{ number_format($metrics['newUsersThisWeek']) }}
This month: {{ number_format($metrics['newUsersThisMonth']) }}
Upcoming Bookings
{{ number_format($metrics['upcomingBookings']) }}
Completed: {{ number_format($metrics['completedBookings']) }}
Avg Booking Value
${{ number_format($metrics['averageBookingValue'], 2) }}
Payments: {{ number_format($metrics['successfulPayments']) }}/{{ number_format($metrics['totalPayments']) }}
vs. last month ({{ $trends['bookingsGrowth']['previous'] }} → {{ $trends['bookingsGrowth']['current'] }})
vs. last month
vs. last month ({{ $trends['usersGrowth']['previous'] }} → {{ $trends['usersGrowth']['current'] }})
| ID | Client | Golfer | Date | Amount | Status |
|---|---|---|---|---|---|
| #{{ $booking->id }} | {{ $booking->bookingRequest->client->name }} | {{ $booking->bookingRequest->golfer->name }} | {{ $booking->final_date->format('M d, Y') }} | ${{ number_format($booking->price, 2) }} | {{ ucfirst($booking->status) }} |
{{ $profile->user->name }}
{{ $profile->home_location }} - ${{ number_format($profile->hourly_rate, 2) }}/hr
Submitted {{ $profile->created_at->diffForHumans() }}
Booking #{{ $cancellation->booking_id }}
{{ $cancellation->cancelledBy->name }} - {{ ucfirst($cancellation->status) }}
{{ $cancellation->created_at->diffForHumans() }}
| Golfer | Location | Bookings | Total Earnings |
|---|---|---|---|
|
{{ $golfer->user->name }}
|
{{ $golfer->home_location }} | {{ number_format($golfer->total_bookings) }} | ${{ number_format($golfer->total_earnings, 2) }} |