File manager - Edit - /var/www/html/portal/storage/framework/views/702ce2f439d83f3e43d95fb4440e8de3.php
Back
<?php $extensoesImagem = ['jpg', 'jpeg', 'png', 'gif']; $extensao = pathinfo($asset, PATHINFO_EXTENSION); ?> <?php if(in_array(strtolower($extensao), $extensoesImagem)): ?> <button type="button" style="border: 0; background" class="btn" data-bs-toggle="modal" data-bs-target="#open_<?php echo e($index); ?>"> <img src="<?php echo e(asset($asset)); ?>" alt="Comprovante" class="img-fluid rounded-2" width="90px"> </button> <div class="modal fade" id="open_<?php echo e($index); ?>" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true"> <div class="modal-dialog modal-fullscreen"> <div class="modal-content"> <div class="modal-header"> <h1 class="modal-title fs-5" id="exampleModalLabel"><?php echo e($text); ?></h1> <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button> </div> <div class="modal-body"> <img src="<?php echo e(asset($asset)); ?>" title="<?php echo e($title); ?>" alt="<?php echo e($title); ?>" class="img-fluid rounded-2"> </div> <div class="modal-footer"> <button type="button" class="btn btn-secondary" data-bs-dismiss="modal">Fechar</button> </div> </div> </div> </div> <?php elseif(strtolower($extensao) === 'pdf'): ?> <a href="<?php echo e(asset($asset)); ?>" class="text-primary" target="_blank" download><i class="fa-solid fa-download"></i> Baixar PDF</a> <?php else: ?> <span class="text-muted">Arquivo não suportado</span> <?php endif; ?><?php /**PATH /var/www/html/portal/resources/views/components/tables/_openPhotoAndPdf.blade.php ENDPATH**/ ?>
| ver. 1.4 |
Github
|
.
| PHP 8.3.28 | Generation time: 0.15 |
proxy
|
phpinfo
|
Settings