File manager - Edit - /var/www/html/portalHomolog/resources/views/admin/demandas/create.blade.php
Back
@extends('layouts.admin.theme') @section('title', env('APP_NAME') . ' :: ' . __('Nova Demanda')) <link rel="stylesheet" href="{{ asset('pmar/css/demandas.css') }}"> @section('content') <div class="card shadow-sm"> @include('components.buttons._headLineButtonsBackAdd', [ 'headLine' => "<i class='fa-solid fa-plus'></i> " . __('Nova Demanda'), 'routeBack' => 'admin.demandas.index', 'routeBackParams' => [], 'nameBack' => __('Quadro'), 'permission' => 'GERENCIADOR_DEMANDAS', ]) <div class="card-body"> @if ($errors->any()) <div class="alert alert-danger alert-dismissible fade show"> <ul class="mb-0"> @foreach ($errors->all() as $e) <li>{{ $e }}</li> @endforeach </ul> <button type="button" class="btn-close" data-bs-dismiss="alert"></button> </div> @endif <div class="row justify-content-center"> <div class="col-12 col-lg-8 col-xl-7"> @include('admin.demandas._form', [ 'demanda' => null, 'prioridades' => $prioridades, 'statusLabels' => $statusLabels, 'unidades' => $unidades, 'formAction' => route('admin.demandas.store'), 'method' => 'POST', 'podeAtendimentoTi' => $podeAtendimentoTi, 'setores' => $setores, ]) </div> </div> </div> </div> @push('after-scripts') <script src="{{ asset('pmar/js/demandas.js') }}?v={{ filemtime(public_path('pmar/js/demandas.js')) }}"></script> @endpush @endsection
| ver. 1.4 |
Github
|
.
| PHP 8.3.28 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings