@extends('layouts.front') @section('content')
@foreach($faqs as $fq)

{{ $fq->title }}

{!! $fq->details !!}

@endforeach
@endsection