@extends('app') @section('content')
Añadir pregunta
@forelse($questions as $question) @empty @endforelse
Cuadrante Pregunta
{{$question->quadrant}} {{$question->question}} {!! Form::open([ 'action' => ['Admin\FeedbackQuestionsController@destroy', $module->id, $question->id], 'method' => 'DELETE' ]) !!}
Editar
{!! Form::close() !!}
No hay preguntas que mostrar
@endsection