@extends('frontend::layouts.master') @section('title') @section('style') @endsection @section('content') {{ $content['content_' . $pageInit['lang']] ?? '' }} @foreach ($faqs as $index => $faq) @if ($index == 0) {{ $faq['title_' . $pageInit['lang']] ?? '' }} {!! nl2br($faq['detail_' . $pageInit['lang']] ?? '') !!} @else {{ $faq['title_' . $pageInit['lang']] ?? '' }} {!! nl2br($faq['detail_' . $pageInit['lang']] ?? '') !!} @endif @endforeach @endsection @section('script') @endsection