@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
@php $responsiveClass = (data_get($topAdvertising, 'is_responsive') != 1) ? ' d-none d-xl-block d-lg-block d-md-none d-sm-none' : ''; @endphp {{-- Desktop --}}
{!! data_get($topAdvertising, 'tracking_code_large') !!}
@if (data_get($topAdvertising, 'is_responsive') != 1) {{-- Tablet --}}
{!! data_get($topAdvertising, 'tracking_code_medium') !!}
{{-- Mobile --}}
{!! data_get($topAdvertising, 'tracking_code_small') !!}
@endif
@endif