@extends('frontend.layouts.app') @section('content')

FAQ

{{ page_content('faq_sec_one_sub_title', null, $lang) }}

{{ page_content('faq_sec_one_title', null, $lang) }}

    @if (page_content('faq_sec_tow_ques') != null) @foreach (json_decode(page_content('faq_sec_tow_ques'), true) as $key => $value)
  • {{ $value }}

    {!! json_decode(page_content('faq_sec_tow_ans'), true)[$key] !!}
  • @endforeach @endif

{{ page_content('faq_sec_three_title', null, $lang) }}

{{ page_content('faq_sec_three_sub_title', null, $lang) }}

@endsection