@php $topAdvertising ??= []; $isFromHome ??= false; $isFromPostDetails ??= false; @endphp @if (!empty($topAdvertising)) @php $margin = ''; if (!$isFromHome) { $margin = ' mb-3'; } if ($isFromPostDetails) { $margin = ' mt-3 mb-3'; } @endphp @if ($isFromHome) @includeFirst([config('larapen.core.customizedViewPath') . 'sections.spacer', 'sections.spacer']) @endif