File manager - Edit - /var/www/html/portal/resources/views/admin/legislacao/cargos/create.blade.php
Back
@extends('layouts.admin.theme') @section('title', env('APP_NAME') . ' :: ' . __('Novo cargo')) @section('content') @include('errors.messageFlash') <div class="card shadow-sm"> @php $headLine = "<i class='fa-solid fa-plus'></i> " . __('Novo cargo'); @endphp @include('components.buttons._headLineButtonsBackAdd', [ 'headLine' => __($headLine), 'routeBack' => 'admin.legislacao.cadastros.index', 'routeBackParams' => ['aba' => 'cargos'], 'nameBack' => __('Cadastros'), 'permission' => 'GERENCIADOR_DE_LEGISLACAO', ]) <div class="card-body"> <form method="post" action="{{ route('admin.legislacao.cargos.store') }}"> @csrf <label class="form-label">{{ __('Nome do cargo') }}</label> <input type="text" name="nm_cargo" class="form-control" required maxlength="120" value="{{ old('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