@else
@endif
@elseif(@$ad->ad_type == 'code')
{!! $ad->ad_code ?? '' !!}
@elseif(@$ad->ad_type == 'text')
{!! $ad->ad_text ?? '' !!}
@endif