File manager - Edit - /var/www/html/portal/resources/views/admin/ppps/create.blade.php
Back
@extends('layouts.admin.theme') @section('title', env('APP_NAME') . ' :: ' . __('Nova PPP')) @section('content') <div class="card shadow-sm"> @php $headLine = "<i class='fa-solid fa-plus'></i> " . __('Nova PPP'); @endphp @include('components.buttons._headLineButtonsBackAdd', [ 'headLine' => $headLine, 'routeBack' => 'admin.ppps.index', 'nameBack' => __('Voltar'), 'routeAdd' => null, 'nameAdd' => null, 'permission' => 'GERENCIADOR_DE_PPPS', ]) <div class="card-body"> <form action="{{ route('admin.ppps.store') }}" method="POST"> @csrf @include('admin.ppps._form') </form> </div> </div> @endsection
| ver. 1.4 |
Github
|
.
| PHP 8.3.28 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings