@extends('admin.panel') @section('head') @endsection @section('contenido')

Agregar preguntas a la encuesta: {{ $encuesta->titulo }}

@if (session('success'))
{{ session('success') }}
@endif
@csrf
@if($preguntas->isNotEmpty())

Preguntas guardadas

@endif
@endsection @push('scripts') @endpush