@extends('frontend.layouts.app') @section('meta') @php $metaData = getMeta('support_faq'); @endphp @endsection @section('content')

{{__('Support Ticket')}}

{{ __(get_option('support_faq_title')) }}

{{ __(get_option('support_faq_subtitle')) }}

@php $count = true @endphp @foreach($faqQuestions as $key => $faqQuestion)

{{ __($faqQuestion->answer) }}
@php $count = false @endphp @endforeach
{{ __(get_option('ticket_title')) }}

{{ __(get_option('ticket_subtitle')) }}

@endsection