@extends('emails.layouts.event') @section('content')
Verification code
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).
If you did not request this code, you can ignore this email.
@endsection