@extends('central.super.layout') @section('title', __('super.faq.title')) @section('content')
{{ __('super.faq.subtitle') }}
{{ $faq->question }}
{{ Str::limit($faq->answer, 120) }}
{{ __('super.faq.no_faqs_desc') }}