@extends('frontend.layouts.app') @section('content')
@if(isset($heroSection) && $heroSection)
SEF Digital

{{ $heroSection->title }}

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