@extends('layouts.admin.theme') @section('title', env('APP_NAME') . ' :: ' . __('Editar 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', ])
@include('admin.licitacoesProcedimentos._form', ['registro' => $registro])
@endsection @push('scripts') @endpush