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