RSVP Confirmation

RSVP Confirmation

Hi {{ $emailData['name'] }},

Thank you for RSVPing to our wedding. We look forward to seeing you on the day.

Here are the details you provided:

@foreach ($emailData['guests'] as $guest) ## Guest Name: {{ $guest['guest_name'] }} #### Attending: {{ $guest['is_attending'] == 1 ? 'Yes' : 'No' }}

#### Diet: {{ $guest['diet'] }},

#### Allergies {{ $guest['allergies'] }}

--- @endforeach

If you need to make any changes to your RSVP, please contact us.

Thanks,
{{ config('app.name') }}