File manager - Edit - /var/www/html/portal/resources/views/admin/photo.blade.php
Back
@extends('layouts.admin.theme') @section("title", env("APP_NAME") . " :: Alterar Foto") @section('content') <div class="container-fluid"> <div class="row"> <div class="col-12"> <div class="card shadow mx-0"> @php $headLine = "<i class='fa-solid fa-images'></i> Alterar Foto"; @endphp @include('components.buttons._headLineButtonsBackAdd', [ 'headLine' => __($headLine), "permission" => "GUEST", ]) <div class="card-body"> <form action="{{ route('admin.photo') }}" method="post" enctype="multipart/form-data"> @csrf @method('post') @include("errors.messageFlash") @include('components.modal._modelProfile') <hr/> <div class="row"> <div class="col-sm-12 d-flex align-items-end"> <div style="width: 100%"> <!-- Campo Foto --> @include('components.inputs._inputType',[ "for" => null, "label" => "Foto", "name" => "photo", "id" => null, "required" => false, "type" => 'file', "old" => null, "oninput" => null, "readonly" => true, "small" => null, "accept" => 'image/jpeg,image/jpg,image/png,image/gif', ]) </div> </div> </div> <div class="row"> <div class="col-12"> @include('components.buttons._backAndSend', [ 'textSend' => 'Atualizar', ]) </div> </div> </form> </div> </div> </div> </div> </div> @endsection
| ver. 1.4 |
Github
|
.
| PHP 8.3.28 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings