@yield('styles') @if(session('success')) @endif @if(session('error')) @endif
@yield('content') @if(isset($homeSections['promotion'])) @php $section = $homeSections['promotion']->first(); @endphp

{!! $section->content['heading'] ?? '' !!}

{!! $section->content['description'] ?? '' !!}

@endif
@yield('scripts') @stack('scripts')