@if(isset($templates['faq'][0]) && $faq = $templates['faq'][0])

@lang(@$faq->description->title)

@lang(@$faq->description->short_details)

@endif
@if(isset($contentDetails['faq'])) @foreach($contentDetails['faq'] as $k => $data)
@lang(@$data->description->description)
@php $increment++; @endphp @endforeach @endif