Bookings
{{ $bookingsThisMonth }}
{{ $now->format('F Y') }}
@if($bookingsLastMonth > 0) @php $diff = $bookingsThisMonth - $bookingsLastMonth; $pct = round(abs($diff) / $bookingsLastMonth * 100); @endphp{{ $diff >= 0 ? '▲' : '▼' }} {{ $pct }}% vs last month
@else{{ $bookingsLastMonth }} last month
@endifAttended
{{ $attendedThisMonth }}
Past appointments, {{ $now->format('F Y') }}
@if($attendedLastMonth > 0 || $bookingsLastMonth > 0){{ $attendedLastMonth }} last month
@endifShow Rate
@if($showRateThisMonth !== null){{ $showRateThisMonth }}%
Of past appts this month
@else—
No past appointments yet
@endifSuccessful Bookings — Last 6 Months
@php $maxTrend = max(array_values($trendFilled) ?: [1]); @endphp{{ \App\Models\WebhookLog::formatDirection($direction) }}
| Action | Success | Failed | Skipped |
|---|---|---|---|
| {{ $action }} | {{ $success ?: '—' }} | {{ $failed ?: '—' }} | {{ $skipped ?: '—' }} |
Account
{{ $user->name }}
{{ $user->email }}
{{ $tenant->name }} · {{ $tenant->id }}
Switch Workspace
@foreach(auth()->user()->tenants()->where('slug', '!=', $tenant->slug)->get() as $otherTenant) {{ $otherTenant->name }} @endforeach