@extends('includes.masterpage') @section('content')

{{$language->faq}}

@foreach($faqs as $faq)
@endforeach
@stop @section('footer') @stop