@component(
'mail::message',
['unsubscribeUrl' => $unsubscribeUrl ?? '']
)
Hey {{$bookingParticipation->user->first_name}},
Your scheduled booking below has been successfully cancelled.
@component('mail::table-key-value')
| | |
| -------------:|:------------- |
| What | {{$activity->title}} |
| When | {{$bookingSlot->from_as_string}} (AET) |
| Duration | {{$booking->duration_mins}} mins |
| Where | {{$booking->location}} |
| Reward | $@toDollars($bookingAudience->incentive) |
| Instructions | @nl2br2($booking->booking_information ?? '') |
@endcomponent
@component(
'mail::button',
['url' => $bookingParticipation->frontend_url]
)
Book another slot
@endcomponent
Thanks,
{{ config('app.name') }}
@endcomponent