Completed Bookings
{{ $totalBookings ?? 0 }}
{{ $monthName }} Bookings
{{ $thisMonthBookings }}
This Month Earning
{{ number_format($thisMonthEarning) }} AED
{{ $monthName }} Cash Out
{{ number_format($cashOut, 2) ?? 0 }} AED
This Month Pending
{{ $thisMonthPending }}
This Month Cancelled
{{ $thisMonthCancelled }}
Service Seekers
View All
{{ $seeker->name }}
{{ number_format($seeker->average_rating,1) }}
No seekers found
@endforelseService Providers
View All
{{ $provider->name }}
{{ number_format($provider->average_rating,1) }}
No providers found
@endforelseAvailable Services
View All| Name | Price | Action |
|---|---|---|
| {{ $service->name }} | {{ $service->price }} | |
| No services found | ||
Recent Reviews
View All| Username | Reviews |
|---|---|
{{ $review->user->name }}
|
{{ $review->review }} |
| No reviews found | |
Recent Bookings
{{-- --}} View All| Booking ID / Date & Time | Service | Status |
|---|---|---|
| #{{ $booking->id }} {{ $booking->booking_date }} {{ $booking->start_time }} |
{{ $booking->provider_service?->services?->name ?? 'N/A' }} | {{ ucfirst($booking->status) }} |
| No Physical Bookings Found | ||
| Booking ID / Date & Time | Service | Status |
|---|---|---|
| #{{ $booking->id }} {{ $booking->booking_date }} {{ $booking->start_time }} |
{{ $booking->provider_service?->services?->name ?? 'N/A' }} | {{ ucfirst($booking->status) }} |
| No Online Bookings Found | ||
{{ $review->user->name }}