@extends('layouts.sidebar')
@section('title')
FAQ
@stop
@section('content')
@include('helpers/misc/faq')
@include('helpers/misc/pagination')
@stop
@section('sidebar')
@include('helpers/misc/widget-menu')
@include('helpers/agents/widget-best')
@include('helpers/properties/widget-recent')
@stop