@extends('emails.partials.layout') @section('title', $title) @section('preheader', $preheader ?? '') @section('hero_title', $heroTitle) @isset($heroSubtitle) @section('hero_subtitle', $heroSubtitle) @endisset @section('content') @isset($intro)

{{ $intro }}

@endisset @if (! empty($lines)) @foreach ($lines as $line) @endforeach
{{ $line }}
@endif @endsection @section('cta') @if (! empty($cta)) @foreach ($cta as $action) {{ $action['label'] }} @endforeach @endif @endsection @section('footer') {!! $footer ?? __('emails.brand.footer') !!} @endsection