@extends('layouts.main') @section('title', $title) @section('meta') @foreach($meta as $tag) @endforeach @stop @section('content')

F.A.Q.

Frequently asked questions
@foreach($rows as $row)

{{$row->question}}

{!! $row->answer !!}.

@endforeach
@stop