@php($appt = $appointment)
Hi Agent,
Your client has confirmed the appointment:
- Title: {{ $appt->title }}
- When: {{ $appt->starts_at->format('M d, Y g:i A') }}
@if($appt->ends_at) - {{ $appt->ends_at->format('g:i A') }} @endif
- Location: {{ $appt->location ?: 'TBD' }}
Thanks!