@extends('layouts.admin.theme') @section('title', env('APP_NAME') . ' :: ' . __('Editar correção da legislação')) @section('content') @include('errors.messageFlash')
@php $headLine = " " . __('Correção na legislação'); @endphp @include('components.buttons._headLineButtonsBackAdd', [ 'headLine' => __($headLine), 'routeBack' => 'admin.legislacao.edit', 'routeBackParams' => ['legislacao' => $legislacao->id_legislacao] + ($filterParams ?? []), 'nameBack' => __('Voltar'), 'permission' => 'GERENCIADOR_DE_LEGISLACAO', ])
@csrf @method('put')
@php $rBoSelId = old('id_boletim_oficial', $retificacao->id_boletim_oficial ?? ''); $rBoSelLabel = $retificacao->boletim ? $retificacao->boletim->nr_bo : ''; @endphp
@endsection @push('after-scripts') @endpush