@extends('layouts.app') @section('content')
{{-- action="{{route('trabalho.store')}}" --}}
@csrf
{{-- @dd($errors->get('name.*')) --}} {{-- @dd($errors->has('cpf.*')) --}} {{-- @dd($errors->getBags()['default']->keys()) --}} @if (session('mensagem')) @endif
@include('projeto.editaFormulario.projeto') @include('projeto.editaFormulario.proponente') @include('projeto.editaFormulario.participantes') @if($edital->natureza_id == 3) @include('projeto.editaFormulario.integrantes') @endif @include('projeto.editaFormulario.anexos') @include('projeto.editaFormulario.finalizar')
@component('componentes.participante', ['enum_turno' => $enum_turno,'estados' => $estados, ]) @endcomponent
@endsection @section('javascript') @endsection