@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') @if ($edital->numParticipantes != 0) @include('projeto.editaFormulario.integrantes') @endif @include('projeto.editaFormulario.anexos') @include('projeto.editaFormulario.finalizar')
@endsection @section('javascript') @endsection