@extends('adminlte::page') @section('title', 'Novo Incentivador') @section('content_header')

Novo Incentivador

@endsection @section('content')
@csrf @include('admin.editais.incentivadores._form')
@endsection