@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' : ''; $carouselEl = '_' . createRandomString(6); @endphp @if ($totalPosts > 0) @php $isFromHome = str_contains(Illuminate\Support\Facades\Route::currentRouteAction(), 'Web\HomeController'); @endphp @if ($isFromHome) @includeFirst( [config('larapen.core.customizedViewPath') . 'home.inc.spacer', 'home.inc.spacer'], ['hideOnMobile' => $hideOnMobile] ) @endif
@endif @section('after_style') @parent @endsection @section('after_scripts') @parent @endsection