@php //$posts = data_get($categorySection, 'category.post', collect([])); @endphp

@if(data_get($categorySection, 'label') == 'videos') {{__('videos')}} @else {{ \Illuminate\Support\Str::upper(data_get($categorySection, 'label')) }} @endif

@if(@$adsFooter->ad_type == 'image') @if(!empty($adsFooter->original_image)) {{ @$adsFooter->ad_name }} @else {!! $adsFooter->ad_name !!} @endif @elseif(@$adsFooter->ad_type == 'code') {!! $adsFooter->ad_code ?? '' !!} @elseif(@$adsFooter->ad_type == 'text') {!! $adsFooter->ad_text ?? '' !!} @endif