@extends('mail.layout') @section('content')

{{ $title }}

Dear {{ $name }},

{!! nl2br(e($body)) !!}

@if(!empty($actionUrl))
{{ $actionText ?? 'Open →' }}
@endif
@endsection