@props([ 'advertisement' => null, ]) @if (!empty($advertisement) && ((Auth::check() && Auth::user()->is_ads_allowed) || !Auth::check()))
merge(['class' => 'col-md-12 ']) }}>
@if (($advertisement->type == 2 || $advertisement->type == 1) && !empty($advertisement->options['image']))
{!! $advertisement->title !!}
@endif @if ($advertisement->type == 1)
{!! $advertisement->title !!}
@if (!empty($advertisement->options['description']))
{!! $advertisement->options['description'] !!}
@endif
@endif @lang('common.removeAds') @if ($advertisement->type == 3 && !empty($advertisement->options['code'])) {!! $advertisement->options['code'] !!} @endif
@endif