@php $widget ??= []; $posts = (array)data_get($widget, 'posts'); $totalPosts = (int)data_get($widget, 'totalPosts', 0); $sectionOptions ??= []; $hideOnMobile = (data_get($sectionOptions, 'hide_on_mobile') == '1') ? ' hidden-sm' : ''; $isFromHome ??= false; @endphp @if ($totalPosts > 0) @if ($isFromHome) @includeFirst([ config('larapen.core.customizedViewPath') . 'sections.spacer', 'sections.spacer' ], ['hideOnMobile' => $hideOnMobile]) @endif
@endif @section('after_scripts') @parent @endsection