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

Título de preguntas

@foreach($titulopreguntas as $titulopregunta) @endforeach
No de preguntas Título de las preguntas
@csrf @method("DELETE")
No de preguntas Título de las preguntas
@endsection @section('scripts') @if(Session::has('success')) @endif @if(Session::has('save')) @endif @if(Session::has('duplicate')) @endif @endsection