@extends('adminlte::page') @section('title', 'Nova Pesquisa de Satisfação') @section('content_header')

Nova Pesquisa de Satisfação

@endsection @section('content') @if ($errors->any())
@endif
@csrf

@php $oldPerguntas = collect(old('perguntas', [])); @endphp @foreach($oldPerguntas as $i => $op) @endforeach
Pergunta Tipo Ordem Ação
@endsection @section('js') @endsection