@extends('layout/template') @section('title','Usuarios | sistema') @section('contenido')

Preguntas

@foreach($preguntas as $pregunta) @endforeach
No de preguntas Título de las preguntas Video Audio Texto Tipo Pregunta
Editar Detalles
@method("DELETE") @csrf
No de preguntas Título de las preguntas Video Audio Texto Tipo Pregunta
@endsection @section('scripts') @if(Session::has('success')) @endif @if(Session::has('save')) @endif @if(Session::has('duplicate')) @endif @endsection