@extends('template') @section('content')
F.A.Q. @if(routeAcess('admin.faqs.create')) Nova Faq @endif
@foreach($faqs as $faq) @endforeach
Pergunta Resposta Ações
{{ $faq->pergunta }} {!! $faq->resposta !!} @if(routeAcess('admin.faqs.edit')) @endif @if(routeAcess('admin.faqs.remove')) @endif
@stop() @section('js-admin-plan') @stop()