File manager - Edit - /var/www/html/portal/storage/framework/views/e7b5752c5c83372cd447ad9173dee698.php
Back
<?php $__env->startSection("title", env("APP_NAME") . " :: Página de Acompanhamento - Paciente com Fibromialgia - Dados do Usuário"); ?> <?php $__env->startSection('content'); ?> <div class="card shadow"> <?php $headLine = "<i class='fa-solid fa-user-injured'></i> Página de Acompanhamento - Paciente com Fibromialgia - Dados do Usuário"; ?> <?php echo $__env->make('components.buttons._headLineButtonsBackAdd', [ 'headLine' => __($headLine), "permission" => "GERENCIADOR_DE_CONTA_ANGRA", ], array_diff_key(get_defined_vars(), ['__data' => 1, '__path' => 1]))->render(); ?> <div class="card-body"> <form action="<?php echo e(route("admin.saude.fibromialgia.perfil.dadosUsuarioUpdate", [$paciente->id, $user->id])); ?>" method="post" enctype="multipart/form-data"> <?php echo $__env->make("errors.messageFlash", array_diff_key(get_defined_vars(), ['__data' => 1, '__path' => 1]))->render(); ?> <?php echo $__env->make('components.modal._modelProfile', array_diff_key(get_defined_vars(), ['__data' => 1, '__path' => 1]))->render(); ?> <?php echo csrf_field(); ?> <?php echo method_field('post'); ?> <div class="tab-content"> <hr/> <div class="row"> <div class="col-sm-12 col-md-6"> <!-- Campo Nome completo --> <?php echo $__env->make('components.inputs._inputType',[ "for" => null, "label" => "Nome completo", "name" => "fullName", "id" => null, "required" => true, "type" => null, "old" => old('fullName', $user->name), "oninput" => "javascript:this.value = this.value.toLocaleUpperCase('pt-BR').replace(/[^\p{L}\s]+/gu, '').replace(/\s{2,}/g,' ').trimStart()", "readonly" => false, "small" => null, ], array_diff_key(get_defined_vars(), ['__data' => 1, '__path' => 1]))->render(); ?> </div> <div class="col-sm-12 col-md-6"> <div style="width: 100%"> <!-- Campo Foto --> <?php echo $__env->make('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', ], array_diff_key(get_defined_vars(), ['__data' => 1, '__path' => 1]))->render(); ?> </div> </div> </div> <div class="row"> <div class="col-sm-12 col-md-4"> <!-- Campo Telefone --> <?php echo $__env->make('components.inputs._inputType',[ "for" => null, "label" => "Telefone", "name" => "phoneNumber", "id" => null, "required" => true, "type" => null, "old" => old('phoneNumber', $user->phoneNumber), "oninput" => "javascript:aplicarMascaraTelefone(this)", "readonly" => false, "small" => null, ], array_diff_key(get_defined_vars(), ['__data' => 1, '__path' => 1]))->render(); ?> </div> <div class="col-sm-12 col-md-4 d-flex align-items-center"> <?php echo $__env->make("components.inputs._checkBoxIsWhatsapp", ["isWhatsapp" => $user->isWhatsapp], array_diff_key(get_defined_vars(), ['__data' => 1, '__path' => 1]))->render(); ?> </div> <div class="col-sm-12 col-md-4"> <!-- Campo Email --> <?php echo $__env->make('components.inputs._inputType',[ "for" => null, "label" => "Email", "name" => "email", "id" => null, "required" => false, "type" => 'email', "old" => old('email', $user->email), "oninput" => "javascript:this.value = this.value.toLowerCase()", "readonly" => false, "small" => null, "placeholder" => "nome@email.com", ], array_diff_key(get_defined_vars(), ['__data' => 1, '__path' => 1]))->render(); ?> </div> </div> <div class="row"> <div class="d-flex justify-content-between mt-4"> <a class="btn btn-outline-secondary" href="<?php echo e(route("admin.saude.fibromialgia.perfil.show", $paciente->id)); ?>"> <i class="fa-solid fa-arrow-left-long"></i> <?php echo e(__("Voltar")); ?> </a> <button class="btn btn-primary d-inline" type="submit"> <i class="fa-solid fa-user-plus"></i> <?php echo e(__("Salvar")); ?> </button> </div> </div> </div> </form> </div> </div> <?php $__env->stopSection(); ?> <?php echo $__env->make('layouts.admin.theme', array_diff_key(get_defined_vars(), ['__data' => 1, '__path' => 1]))->render(); ?><?php /**PATH /var/www/html/portal/resources/views/admin/saude/fibromialgia/perfil/dadosUsuario.blade.php ENDPATH**/ ?>
| ver. 1.4 |
Github
|
.
| PHP 8.3.28 | Generation time: 0.01 |
proxy
|
phpinfo
|
Settings