@if($policy->intro_description)
@forelse($policy->sections as $section)
@if($policy->slug != 'faq')
{{ $section->title }}
@endif
@if($section->description)
{{ $section->description }}
@endif
@if($section->items->isNotEmpty())
@foreach($section->items as $item)
-
@if($policy->slug == 'faq')
{{ $section->title }}
{{ $item->content }}
@else
{{ $item->content }}
@endif
@endforeach
@endif
@empty
لا يوجد محتوى متاح حالياً لهذه الصفحة.
@endforelse