@extends('frontend.layout.master') @section('title', __('frontend::static.terms.terms_conditions')) @section('breadcrumb') @endsection @section('content')
@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
@endsection