@if(isset($heroSection) && $heroSection)
SEF Digital
{{ $heroSection->title }}
{!! nl2br(e($heroSection->description)) !!}
@if($heroSection->youtube_embed_url)
@elseif($heroSection->image)
 }})
@endif
@endif
@isset($homeSections)
@foreach($homeSections as $section)
@include('frontend.partials.home-section-block', ['section' => $section])
@endforeach
@endisset
@endsection
@push('style')
@endpush