@extends('mail.layouts.platform') @section('body') @if (!empty($recipientName))

Hello {{ $recipientName }},

@endif

{!! nl2br(e($body ?? $message ?? '')) !!}

@if (!empty($ctaLinks)) @foreach ($ctaLinks as $cta) @endforeach
{{ $cta['label'] }}
@endif @endsection