@php $c = $qrCode->content(); $title = $c['booking_title'] ?? $qrCode->label ?? 'Book an appointment'; $services = $c['services'] ?? []; $hasCover = ! empty($c['cover_path']); $hasLogo = ! empty($c['logo_path']); $brand = $c['brand_color'] ?? '#4f46e5'; $slotsUrl = $qrCode->publicPath('booking/slots'); $bookUrl = $qrCode->publicPath('booking'); $csrfToken = csrf_token(); @endphp {{ $title }} @include('partials.favicon')
@if($hasLogo) @endif

{{ $title }}

@if(!empty($c['description']))

{{ $c['description'] }}

@endif

1. Service

2. Date

3. Time

Loading times…

No slots available this day.

4. Your details

@include('partials.paystack-sheet')