@extends('frontend::layouts.master') @section('title') @section('style') @endsection @section('content')

{{ $content['content_' . $pageInit['lang']] ?? '' }}


@foreach ($faqs as $index => $faq) @if ($index == 0)

{!! nl2br($faq['detail_' . $pageInit['lang']] ?? '') !!}
@else

{!! nl2br($faq['detail_' . $pageInit['lang']] ?? '') !!}
@endif @endforeach
@endsection @section('script') @endsection