@extends('layouts.admin.theme')
@section('title', env('APP_NAME') . ' :: ' . __('Nova Licitação/Procedimento'))
@section('content')
@include('errors.messageFlash')
@php $headLine = "
" . __('Licitações e Procedimentos'); @endphp
@include('components.buttons._headLineButtonsBackAdd', [
'headLine' => __($headLine),
'routeBack' => 'admin.licitacoesProcedimentos.index',
'routeBackParams' => request()->only(['ano', 'tipo_processo', 'tipo', 'status', 'nr_processo', 'page']),
'nameBack' => __('Voltar'),
'permission' => 'GERENCIADOR_DE_LICITACOES_E_PROCEDIMENTOS',
])
@endsection
@push('scripts')
@endpush