@extends('web.layouts.container') @section('content')
{{$title}}
@if(count($faqs)) @foreach($faqs as $key => $faq)
{{$faq->name}}
{!! $faq->answer !!}
@endforeach @endif
@endsection @section('inner_js') @endsection