@extends('layouts.front-layout') @section('content')
{{$faq->title ? : ''}}
{!! \Illuminate\Support\Str::limit(strip_tags($faq->description), 80, '...') !!}
{!! $faq->description ? :'' !!}