@extends('layouts.admin.theme')
@section('title', env('APP_NAME') . ' :: ' . __('Novo edital'))
@section('content')
@php $headLine = "
" . __('Novo edital'); @endphp
@include('components.buttons._headLineButtonsBackAdd', [
'headLine' => $headLine,
'routeBack' => 'admin.parqueTecnologico.editais.index',
'nameBack' => __('Voltar'),
'permission' => 'GERENCIADOR_DE_PARQUE_TECNOLOGICO',
])
@include('errors.messageFlash')
@endsection