@php $bottomAdvertising ??= []; @endphp @if (!empty($bottomAdvertising)) @php $margin = ''; $isFromHome = (str_contains(Route::currentRouteAction(), 'Web\HomeController')); if (!$isFromHome) { $margin = ' mb-3'; } @endphp @if ($isFromHome) @includeFirst([config('larapen.core.customizedViewPath') . 'home.inc.spacer', 'home.inc.spacer']) @endif
@php $responsiveClass = (data_get($bottomAdvertising, 'is_responsive') != 1) ? ' d-none d-xl-block d-lg-block d-md-none d-sm-none' : ''; @endphp {{-- Desktop --}}
{!! data_get($bottomAdvertising, 'tracking_code_large') !!}
@if (data_get($bottomAdvertising, 'is_responsive') != 1) {{-- Tablet --}}
{!! data_get($bottomAdvertising, 'tracking_code_medium') !!}
{{-- Mobile --}}
{!! data_get($bottomAdvertising, 'tracking_code_small') !!}
@endif
@endif