@extends('mail.notifications.layout') @section('email-header') @include('mail.partials.brand-header', ['brand' => 'events']) @endsection @section('email-footer') @include('mail.partials.brand-footer', ['brand' => 'events']) @endsection @section('content') @if($attendeeName)

Hi {{ $attendeeName }},

@endif

Registration confirmed

You are registered for {{ $eventName }}.

Your badge

{{ $badgeCode }}

@if(! empty($joinUrl))
@endif @endsection