@extends('layouts.frontend') @section('title') @lang(@$faq->name) @endsection @section('content')

@lang(@$faq->content->heading)

@lang(@$faq->content->sub_heading)

@if(!empty($faq->sub_content)) @foreach($faq->sub_content as $key => $item)
{{__(@$item->question)}}

{{__(@$item->answer)}}

@endforeach @endif
@endsection