@extends('front.layouts.master') @section('main_content')
@foreach($faqs as $key => $faq)

{!! nl2br($faq->answer) !!}

@endforeach
@endsection