@extends('front.layouts.layout') @section('meta_title'){{ $index_meta->{'title_' . App::getLocale()} }}@stop @section('meta_description'){{ $index_meta->{'description_' . App::getLocale()} }}@stop @section('meta_keywords') {{ $index_meta->{'kewords_' . App::getLocale()} }} @stop @section('meta') @endsection @section('content')

FAQs

Lorem ipsum dolor sit amet consectetur adipisicing elit. Odit ad suscipit magnam minima neque reprehenderit magni eveniet animi aliquid? Neque,

@forelse ($faqs as $faq)

{{ $faq->{'title_' . App::getLocale()} }}

{{ $faq->{'description_' . App::getLocale()} }}


@empty @endforelse
@endsection @section('modal') @endsection @section('script') @endsection