File manager - Edit - /var/www/html/portal/resources/views/admin/ppps/edit.blade.php
Back
@extends('layouts.admin.theme') @section('title', env('APP_NAME') . ' :: ' . __('Editar PPP')) @section('content') <div class="card shadow-sm"> @php $headLine = "<i class='fa-solid fa-pen'></i> " . __('Editar 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.update', $ppp->id) }}" method="POST"> @csrf @method('PUT') @include('admin.ppps._form') </form> </div> </div> @endsection
| ver. 1.4 |
Github
|
.
| PHP 8.3.28 | Generation time: 0.01 |
proxy
|
phpinfo
|
Settings