Preview: {{ str_replace('_', ' ', $notificationType) }}

This is how the email looks with mock data (same idea as popup preview)

← Back to Dashboard
{{-- Mock data --}}

Mock data used:

{{ json_encode($mockData, JSON_PRETTY_PRINT) }}
{{-- Send test form --}}
@csrf
Sends to your account email
{{-- Email preview (rendered HTML in iframe so styles are isolated) --}}
Email preview Desktop width ~600px
{!! $html !!}
{{-- Other notification types --}}

Preview other emails

@foreach($notificationTypes as $type => $info) {{ $info['label'] }} @endforeach