Preview: {{ $view }}

Rendered email HTML (browser preview)

← Back to Email Dashboard
@if(session('error'))
{{ session('error') }}
@endif
@csrf
Sends to {{ $user->email }}

Mock data used:

{{ json_encode($mock, JSON_PRETTY_PRINT) }}
@if($error)
Template render error
{{ $error }}
This template needs additional variables. Tell me which one you want working first, and I’ll add mock data for it.
@else
Email preview Desktop width ~600px
{!! $html !!}
@endif