@extends('layouts.app') @section('content')
Criar pergunta
@csrf @if ($select_questionary->isNotEmpty())
@endif
@if (!empty($select_question)) @endif
@php $cont = 0; @endphp @if (!empty($select_options)) @foreach ($select_options as $option)
@php $cont++; @endphp @endforeach @else
@php $cont++; @endphp @endif

@endsection