@extends('adminlte::page') @section('title', 'Administracion') @section('content_header')

Pregunta Rotativa

@stop @section('content')

ADMINISTRACION DE LA 4 PREGUNTA:

@csrf

{{ $taller ?? '' }}

@foreach ($preguntas as $pregunta) @endforeach
ENUNCIADO
ACCION
{{ $pregunta->enunciado }} @if ($pregunta->activa == "1") ACTIVA @else DESACTIVADA @endif
@stop @section('css') @stop @section('js') @stop