|
@yield('brand_label', __('emails.brand.label'))
@yield('hero_title')
@hasSection('hero_subtitle')
@yield('hero_subtitle')
@endif
|
|
@yield('content')
|
@hasSection('cta')
|
@yield('cta')
|
@endif
|
@yield('footer', __('emails.brand.footer'))
|
@yield('brand_footer', __('emails.brand.tagline'))
|