@extends('emails.layouts.event') @section('content')

Verification code

Confirm your registration

Hi {{ $registration_data['name'] ?? 'there' }},

Use this code to finish registering for {{ $event->title }}. It expires at {{ $expires_at->timezone(config('app.timezone'))->format('g:i A') }} (valid for 15 minutes).

{{ $otp }}

If you did not request this code, you can ignore this email.

@endsection