@extends('layouts.pmar.theme') @section("title", env("APP_NAME") . " :: " . __('Licitações e Procedimentos')) @section('content') @php use App\Models\LicitacoesProcedimentos\Processo; $tiposLicitacaoJson = json_encode( collect(Processo::TIPOS_LICITACAO)->mapWithKeys(fn (string $label, int $codigo) => [$codigo => __($label)])->all(), JSON_HEX_TAG | JSON_HEX_APOS | JSON_HEX_AMP | JSON_HEX_QUOT | JSON_UNESCAPED_UNICODE ); $tiposProcedimentoJson = json_encode( collect(Processo::TIPOS_PROCEDIMENTO)->mapWithKeys(fn (string $label, int $codigo) => [$codigo => __($label)])->all(), JSON_HEX_TAG | JSON_HEX_APOS | JSON_HEX_AMP | JSON_HEX_QUOT | JSON_UNESCAPED_UNICODE ); @endphp

{{ __('Licitações e Procedimentos') }}

{{ __('Consulte processos licitatórios e procedimentos administrativos') }}

{{ __('Filtros') }} {{ __('Refine sua pesquisa') }}

{{ __('Carregando resultados...') }}

{{ __('Download em CSV') }}

{{ __('Nenhum resultado encontrado para os filtros informados.') }}

@endsection