@extends('painel.layouts.dashboard') @section('title', 'Perguntas') @section('title-dashboard') Perguntas @endsection @section('pg-home') @endsection @section('content') @parent
@include('painel/perguntas/create')
@if($displayEdit == 'displayblock') @include('painel/perguntas/edit') @endif
Lista de Perguntas
{{-- */$x=0;/* --}} @foreach($perguntas as $item) {{-- */$x++;/* --}} @endforeach
{{trans('padrao.editar')}}Código {{ trans('perguntas.pergunta') }} {{ trans('perguntas.status') }} {{trans('padrao.excluir')}}
{{ $item->id }} {{ $item->pergunta }}{{ $item->status }}
@endsection