@if(count($themeOptions['privacy_policy']['banners'] ?? []))
@foreach ($themeOptions['privacy_policy']['banners'] ?? [] as $key => $banners)
@isset($banners['title'])
@endisset
@isset($banners['description'])
{!! $banners['description'] !!}
@endisset
@endforeach
@else
{{__('frontend::static.privacy.data_not_found')}}
@endif