File manager - Edit - /var/www/html/portal/storage/framework/views/2d71ad2f1b1ffff3be3c4ba3803fd7de.php
Back
<?php $__env->startSection("title", env("APP_NAME") . " :: Página de Acompanhamento - Paciente com Fibromialgia - Arquivos"); ?> <?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 - Arquivos"; ?> <?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"> <?php echo $__env->make('components.modal._modelProfile', array_diff_key(get_defined_vars(), ['__data' => 1, '__path' => 1]))->render(); ?> <div class="tab-content"> <div class="mb-3"> <?php if($paciente->fileFoto != "pmar/assets/img/icons/neuto.png" && $paciente->fileFoto != ""): ?> <div class="d-flex justify-content-between align-items-center mb-2 laudo-wrapper" id="laudo-fileFoto"> <div> <a href="<?php echo e(url($paciente->fileFoto)); ?>" class="text-primary" download> Foto 3x4 - <small>baixar arquivo</small> <i class="fa-solid fa-download"></i> </a> </div> </div> <?php endif; ?> <?php if($paciente->fileLaudo != "pmar/assets/img/icons/neuto.png" && $paciente->fileLaudo != ""): ?> <div class="d-flex justify-content-between align-items-center mb-2 laudo-wrapper" id="laudo-fileLaudo"> <div> <a href="<?php echo e(url($paciente->fileLaudo)); ?>" class="text-primary" download> Laudo Médico - <small>baixar arquivo</small> <i class="fa-solid fa-download"></i> </a> </div> </div> <?php endif; ?> <?php if($paciente->fileRG != "pmar/assets/img/icons/neuto.png" && $paciente->fileRG != ""): ?> <div class="d-flex justify-content-between align-items-center mb-2 laudo-wrapper" id="laudo-fileRG"> <div> <a href="<?php echo e(url($paciente->fileRG)); ?>" class="text-primary" download> RG - <small>baixar arquivo</small> <i class="fa-solid fa-download"></i> </a> </div> </div> <?php endif; ?> <?php if($paciente->fileCPF != "pmar/assets/img/icons/neuto.png" && $paciente->fileCPF != ""): ?> <div class="d-flex justify-content-between align-items-center mb-2 laudo-wrapper" id="laudo-fileCPF"> <div> <a href="<?php echo e(url($paciente->fileCPF)); ?>" class="text-primary" download> CPF - <small>baixar arquivo</small> <i class="fa-solid fa-download"></i> </a> </div> </div> <?php endif; ?> <?php if($paciente->fileCartaoSUS != "pmar/assets/img/icons/neuto.png" && $paciente->fileCartaoSUS != ""): ?> <div class="d-flex justify-content-between align-items-center mb-2 laudo-wrapper" id="laudo-fileCartaoSUS"> <div> <a href="<?php echo e(url($paciente->fileCartaoSUS)); ?>" class="text-primary" download> Cartão SUS - <small>baixar arquivo</small> <i class="fa-solid fa-download"></i> </a> </div> </div> <?php endif; ?> </div> <div class="mb-3"> <form action="<?php echo e(route("admin.saude.fibromialgia.perfil.arquivosUpdate", $paciente->id)); ?>" method="post" enctype="multipart/form-data"> <div class="mb-3"> <?php echo $__env->make("errors.messageFlash", array_diff_key(get_defined_vars(), ['__data' => 1, '__path' => 1]))->render(); ?> <?php echo csrf_field(); ?> <?php echo method_field('post'); ?> <!-- Campo Foto 3x4 --> <?php echo $__env->make('components.inputs._inputType',[ "for" => null, "label" => "Foto 3x4", "name" => "fileFoto", "id" => null, "required" => false, "type" => 'file', "old" => null, "oninput" => null, "readonly" => true, "small" => "(.jpg, .jpeg, .png)", "accept" => 'image/*', ], array_diff_key(get_defined_vars(), ['__data' => 1, '__path' => 1]))->render(); ?> </div> <div class="mb-3"> <!-- Campo RG --> <?php echo $__env->make('components.inputs._inputType',[ "for" => null, "label" => "Laudo Médico", "name" => "fileLaudo", "id" => null, "required" => false, "type" => 'file', "old" => null, "oninput" => null, "readonly" => true, "small" => "(.pdf, .jpg, .jpeg, .png)", "accept" => 'application/pdf,image/*', ], array_diff_key(get_defined_vars(), ['__data' => 1, '__path' => 1]))->render(); ?> </div> <div class="mb-3"> <!-- Campo RG --> <?php echo $__env->make('components.inputs._inputType',[ "for" => null, "label" => "RG", "name" => "fileRG", "id" => null, "required" => false, "type" => 'file', "old" => null, "oninput" => null, "readonly" => true, "small" => "(.pdf, .jpg, .jpeg, .png)", "accept" => 'application/pdf,image/*', ], array_diff_key(get_defined_vars(), ['__data' => 1, '__path' => 1]))->render(); ?> </div> <div class="mb-3"> <!-- Campo CPF --> <?php echo $__env->make('components.inputs._inputType',[ "for" => null, "label" => "CPF", "name" => "fileCPF", "id" => null, "required" => false, "type" => 'file', "old" => null, "oninput" => null, "readonly" => true, "small" => "(.pdf, .jpg, .jpeg, .png)", "accept" => 'application/pdf,image/*', ], array_diff_key(get_defined_vars(), ['__data' => 1, '__path' => 1]))->render(); ?> </div> <div class="mb-3"> <!-- Campo Cartão SUS --> <?php echo $__env->make('components.inputs._inputType',[ "for" => null, "label" => "Cartão SUS", "name" => "fileCartaoSUS", "id" => null, "required" => false, "type" => 'file', "old" => null, "oninput" => null, "readonly" => true, "small" => "(.pdf, .jpg, .jpeg, .png)", "accept" => 'application/pdf,image/*', ], array_diff_key(get_defined_vars(), ['__data' => 1, '__path' => 1]))->render(); ?> </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> </form> </div> </div> </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/arquivos.blade.php ENDPATH**/ ?>
| ver. 1.4 |
Github
|
.
| PHP 8.3.28 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings