@extends('theme::layouts.app') @section('content')

{{ $title }}

{{ $description }}

@php $i=0; @endphp @foreach($data->faq as $key => $row) @php $i++; @endphp
{{ $row }}
@endforeach

{{ content('faq_quote','faq_quote_title') }}

{{ content('faq_quote','faq_quote_description') }}

{{ content('faq_quote','faq_quote_button') }}
@php $basic_info=LpOption('system_basic_info'); @endphp @if(!empty($basic_info->gallary_input)) @php $gallery=explode(',', $basic_info->gallary_input); @endphp
@endif @endsection