{{-- Accent line --}}
{{-- Header: logo or Crewli text --}}
@if($logoUrl)
@else
Crewli
@endif
{{-- Body --}}
{{-- Heading --}} @if($heading)
{{ $heading }}
@endif {{-- Body text --}}
{!! nl2br(e($bodyText)) !!}
{{-- CTA button --}} @if($buttonText && $actionUrl)
{{ $buttonText }}
@endif
{{-- Footer --}}
@if($footerText)
{{ $footerText }}
@endif
Powered by Crewli