File manager - Edit - /var/www/html/portal/resources/views/admin/legislacao/cargos/edit.blade.php
Back
@extends('layouts.admin.theme') @section('title', env('APP_NAME') . ' :: ' . __('Editar cargo')) @section('content') @include('errors.messageFlash') <div class="card shadow-sm"> @php $headLine = "<i class='fa-solid fa-pen-to-square'></i> " . __('Editar cargo'); @endphp @include('components.buttons._headLineButtonsBackAdd', [ 'headLine' => __($headLine), 'routeBack' => 'admin.legislacao.cadastros.index', 'routeBackParams' => array_merge(['aba' => 'cargos'], $filterParams ?? []), 'nameBack' => __('Cadastros'), 'permission' => 'GERENCIADOR_DE_LEGISLACAO', ]) <div class="card-body"> <form method="post" action="{{ route('admin.legislacao.cargos.update', $cargo) }}"> @csrf @method('put') @foreach($filterParams ?? [] as $key => $value) @if($value !== null && $value !== '') <input type="hidden" name="{{ $key }}" value="{{ $value }}"> @endif @endforeach <label class="form-label">{{ __('Nome do cargo') }}</label> <input type="text" name="nm_cargo" class="form-control" required maxlength="120" value="{{ old('nm_cargo', $cargo->nm_cargo) }}"> <div class="mt-3 d-flex justify-content-end"> <button type="submit" class="btn btn-success px-4"> <i class="fa-solid fa-floppy-disk me-1" aria-hidden="true"></i>{{ __('Salvar') }} </button> </div> </form> </div> </div> @endsection
| ver. 1.4 |
Github
|
.
| PHP 8.3.28 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings