@php $termsConditionsContent = null; @endphp
@foreach ($content_sections as $section) @if (isset($section['section_type']) && $section['section_type'] === 'terms_conditions' && !empty($section['terms_conditions'])) @php $termsConditionsContent = $section['terms_conditions']; @endphp {!! $section['terms_conditions'] !!} @endif @endforeach @if (!$termsConditionsContent)
{{ __('No content available') }}
@endif