@php $topAdvertising ??= []; @endphp @if (!empty($topAdvertising)) @php $margin = ''; $isFromHome = (str_contains(Route::currentRouteAction(), 'Web\HomeController')); if (!$isFromHome) { $margin = ' mb-3'; } if (str_contains(Route::currentRouteAction(), 'Post\DetailsController')) { $margin = ' mt-3 mb-3'; } @endphp @if ($isFromHome) @includeFirst([config('larapen.core.customizedViewPath') . 'home.inc.spacer', 'home.inc.spacer']) @endif