@extends('adminlte::page') @section('title_postfix', ' - Perguntas Frequentes') @section('content_header')

Perguntas Frequentes

 Adicionar @stop @section('content')
@foreach($faqs as $faq) @endforeach
ID Pergunta Resposta Data
{{ $faq->id }} {{ $faq->question }} {{strip_tags( $faq->answer) }} {{ $faq->created_at }}  Editar         Apagar
@stop @section('js') @endsection