@extends('layouts.app') @section('content')
BOOKING CONFIRMED

You’re all set, {{ $appointment->customer->name }}.

{{ $appointment->service->name }} with {{ $appointment->stylist->name }}

{{ $appointment->starts_at->format('l, j F Y \a\t g:i A') }}

Reference: {{ $appointment->reference }}
Book another
@endsection