@component('mail::message') ![banner]({{asset('/img/email-header.png')}}) Hey {{$bookingParticipation->user->first_name}}, Congrats, you've secured your slot - we look forward to seeing you soon! @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]) Manage Booking @endcomponent Thanks,
{{ config('app.name') }} @endcomponent