@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))| {{ $line }} |