@extends('layouts.admin') @section('title','Dashboard') @section('page-title','Dashboard') @section('content')
| Ref | Client | Service | Date | Status |
|---|---|---|---|---|
| {{ $b->reference_code }} | {{ $b->client_name }} | {{ $b->service_name }} | {{ \Carbon\Carbon::parse($b->appointment_date)->format('M j') }} | {{ ucfirst($b->status) }} |
| Month | Bookings | Revenue |
|---|---|---|
| {{ $r['month'] }} | {{ $r['bookings'] }} | ₵{{ number_format($r['revenue'],2) }} |