@if(!empty($homeAbout))
@php $aboutTitle = ___($homeAbout, 'title'); $aboutKicker = ___($homeAbout, 'meta_keywords'); $aboutSubtitle = ___($homeAbout, 'meta_description'); $aboutBody = ___($homeAbout, 'description'); $aboutImage = $homeAbout->image ? (str_starts_with($homeAbout->image, 'http') || str_starts_with($homeAbout->image, '/') ? $homeAbout->image : '/storage/' . ltrim($homeAbout->image, '/')) : ''; @endphp @if($aboutImage)
{{ $aboutTitle ?: __('alts.about_hero') }}
@endif
@if($aboutKicker)

{{ $aboutKicker }}

@endif @if($aboutTitle)

{{ $aboutTitle }}

@endif @if($aboutSubtitle)
{{ $aboutSubtitle }}
@endif {!! rich_html($aboutBody) !!}
@endif