@extends('layouts.admin', [ 'title' => 'Booklio Dashboard', 'pageTitle' => 'Dashboard', 'active' => 'dashboard', ]) @section('content') @php($staffCount = max(count($staff ?? []), 1))
{{ $kpi['label'] }}
{{ $kpi['value'] }}
{{ $kpi['note'] }}
{{ $scheduleDateLabel }}
{{ $appointment['customer'] }}
{{ $appointment['service'] }}
{{ $appointment['time'] }}
{{ $selectedAppointment['customer'] }}
{{ $selectedAppointment['phone'] }}
{{ $member['name'] }}
{{ $member['status'] }}
No staff profiles yet.
@endforelse{{ $reminder['title'] }}
{{ $reminder['meta'] }}
Share your booking link or QR code to let customers book with you.
Link Clicks
{{ $bookingLink['link_clicks'] }}
Bookings
{{ $bookingLink['bookings'] }}
Conversion Rate
{{ $bookingLink['conversion_rate'] }}