5���#��a`,>����������1T���W�����{X�ɘ�}G�4�"��ҕ4z�5F>e6*��[��\�;��%*U0LUUr2�cp�n��ݢ�kɜ��Y��͌3��+bG�����0#el���۴�o�e,,�jO�*M���1X��/3�z�)W^�,p>��s{��İQs��:�ޝd|w
���:f�I��e$���~�+ajX�jnT8����0'���S��>KI�UP���&���kN
Server IP : 78.111.106.131 / Your IP : 216.73.216.232 Web Server : Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips mod_fcgid/2.3.9 PHP/7.2.34 System : User : nobody ( 99) PHP Version : 7.2.34 Disable Function : proc_open,system,passthru,exec,popen,shell_exec,dbmopen,suexec,escapeshellcmd,show_source,escapeshellarg,symlink,eval,php_uname,pcntl_exec MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /webler/tggtd.org/core/storage/framework/views/ |
Upload File : |
<?php $__env->startSection('content'); ?> <div class="padding"> <div class="box"> <div class="box-header dker"> <h3><?php echo e(trans('backLang.adsBannersSettings')); ?></h3> <small> <a href="<?php echo e(route('adminHome')); ?>"><?php echo e(trans('backLang.home')); ?></a> / <?php echo e(trans('backLang.webmasterTools')); ?> / <a href=""><?php echo e(trans('backLang.adsBannersSettings')); ?></a> </small> </div> <div class="row p-a"> <div class="col-sm-12"> <a class="btn btn-fw primary" href="<?php echo e(route("WebmasterBannersCreate")); ?>"> <i class="material-icons"></i> <?php echo e(trans('backLang.sectionNew')); ?></a> </div> </div> <?php if($WebmasterBanners->total() == 0): ?> <div class="row p-a"> <div class="col-sm-12"> <div class=" p-a text-center light "> <?php echo e(trans('backLang.noData')); ?> </div> </div> </div> <?php endif; ?> <?php if($WebmasterBanners->total() > 0): ?> <?php echo e(Form::open(['route'=>'WebmasterBannersUpdateAll','method'=>'post'])); ?> <div class="table-responsive"> <table class="table table-striped b-t"> <thead> <tr> <th style="width:20px;"> <label class="ui-check m-a-0"> <input id="checkAll" type="checkbox"><i></i> </label> </th> <th><?php echo e(trans('backLang.bannerTitle')); ?></th> <th><?php echo e(trans('backLang.sectionType')); ?></th> <th><?php echo e(trans('backLang.size')); ?></th> <th class="text-center" style="width:50px;"><?php echo e(trans('backLang.status')); ?></th> <th class="text-center" style="width:200px;"><?php echo e(trans('backLang.options')); ?></th> </tr> </thead> <tbody> <?php $__currentLoopData = $WebmasterBanners; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $WebmasterBanner): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <tr> <td><label class="ui-check m-a-0"> <input type="checkbox" name="ids[]" value="<?php echo e($WebmasterBanner->id); ?>"><i class="dark-white"></i> <?php echo Form::hidden('row_ids[]',$WebmasterBanner->id, array('class' => 'form-control row_no')); ?> </label> </td> <td> <?php echo Form::text('row_no_'.$WebmasterBanner->id,$WebmasterBanner->row_no, array('class' => 'form-control row_no','id'=>'row_no')); ?> <?php echo trans('backLang.'.$WebmasterBanner->name); ?></td> <td><?php echo ($WebmasterBanner->type==2) ? "<span class='label red'><i class='material-icons'></i> ".trans('backLang.sectionTypeVideo')."</span>":""; ?> <?php echo ($WebmasterBanner->type==1) ? "<span class='label green'><i class='material-icons'></i> ".trans('backLang.sectionTypePhoto')."</span>":""; ?> <?php echo ($WebmasterBanner->type==0) ? "<span class='label'><i class='material-icons'></i> ".trans('backLang.sectionTypeCode')."</span>":""; ?> </td> <td><?php echo e($WebmasterBanner->width); ?>* <?php echo e($WebmasterBanner->height); ?></td> <td class="text-center"> <i class="fa <?php echo e(($WebmasterBanner->status==1) ? "fa-check text-success":"fa-times text-danger"); ?> inline"></i> </td> <td class="text-center"> <a class="btn btn-sm success" href="<?php echo e(route("WebmasterBannersEdit",["id"=>$WebmasterBanner->id])); ?>"> <small><i class="material-icons"></i> <?php echo e(trans('backLang.edit')); ?> </small> </a> <button class="btn btn-sm warning" data-toggle="modal" data-target="#m-<?php echo e($WebmasterBanner->id); ?>" ui-toggle-class="bounce" ui-target="#animate"> <small><i class="material-icons"></i> <?php echo e(trans('backLang.delete')); ?> </small> </button> </td> </tr> <!-- .modal --> <div id="m-<?php echo e($WebmasterBanner->id); ?>" class="modal fade" data-backdrop="true"> <div class="modal-dialog" id="animate"> <div class="modal-content"> <div class="modal-header"> <h5 class="modal-title"><?php echo e(trans('backLang.confirmation')); ?></h5> </div> <div class="modal-body text-center p-lg"> <p> <?php echo e(trans('backLang.confirmationDeleteMsg')); ?> <br> <strong>[ <?php echo e(trans('backLang.'.$WebmasterBanner->name)); ?> ]</strong> </p> </div> <div class="modal-footer"> <button type="button" class="btn dark-white p-x-md" data-dismiss="modal"><?php echo e(trans('backLang.no')); ?></button> <a href="<?php echo e(route("WebmasterBannersDestroy",["id"=>$WebmasterBanner->id])); ?>" class="btn danger p-x-md"><?php echo e(trans('backLang.yes')); ?></a> </div> </div><!-- /.modal-content --> </div> </div> <!-- / .modal --> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </tbody> </table> </div> <footer class="dker p-a"> <div class="row"> <div class="col-sm-3 hidden-xs"> <!-- .modal --> <div id="m-all" class="modal fade" data-backdrop="true"> <div class="modal-dialog" id="animate"> <div class="modal-content"> <div class="modal-header"> <h5 class="modal-title"><?php echo e(trans('backLang.confirmation')); ?></h5> </div> <div class="modal-body text-center p-lg"> <p> <?php echo e(trans('backLang.confirmationDeleteMsg')); ?> </p> </div> <div class="modal-footer"> <button type="button" class="btn dark-white p-x-md" data-dismiss="modal"><?php echo e(trans('backLang.no')); ?></button> <button type="submit" class="btn danger p-x-md"><?php echo e(trans('backLang.yes')); ?></button> </div> </div><!-- /.modal-content --> </div> </div> <!-- / .modal --> <select name="action" id="action" class="input-sm form-control w-sm inline v-middle" required> <option value=""><?php echo e(trans('backLang.bulkAction')); ?></option> <option value="order"><?php echo e(trans('backLang.saveOrder')); ?></option> <option value="activate"><?php echo e(trans('backLang.activeSelected')); ?></option> <option value="block"><?php echo e(trans('backLang.blockSelected')); ?></option> <option value="delete"><?php echo e(trans('backLang.deleteSelected')); ?></option> </select> <button type="submit" id="submit_all" class="btn btn-sm white"><?php echo e(trans('backLang.apply')); ?></button> <button id="submit_show_msg" class="btn btn-sm white" data-toggle="modal" style="display: none" data-target="#m-all" ui-toggle-class="bounce" ui-target="#animate"><?php echo e(trans('backLang.apply')); ?> </button> </div> <div class="col-sm-3 text-center"> <small class="text-muted inline m-t-sm m-b-sm"><?php echo e(trans('backLang.showing')); ?> <?php echo e($WebmasterBanners->firstItem()); ?> -<?php echo e($WebmasterBanners->lastItem()); ?> <?php echo e(trans('backLang.of')); ?> <strong><?php echo e($WebmasterBanners->total()); ?></strong> <?php echo e(trans('backLang.records')); ?> </small> </div> <div class="col-sm-6 text-right text-center-xs"> <?php echo $WebmasterBanners->links(); ?> </div> </div> </footer> <?php echo e(Form::close()); ?> <script type="text/javascript"> $("#checkAll").click(function () { $('input:checkbox').not(this).prop('checked', this.checked); }); $("#action").change(function () { if (this.value == "delete") { $("#submit_all").css("display", "none"); $("#submit_show_msg").css("display", "inline-block"); } else { $("#submit_all").css("display", "inline-block"); $("#submit_show_msg").css("display", "none"); } }); </script> <?php endif; ?> </div> </div> <?php $__env->stopSection(); ?> <?php $__env->startSection('footerInclude'); ?> <script type="text/javascript"> $("#checkAll").click(function () { $('input:checkbox').not(this).prop('checked', this.checked); }); $("#action").change(function () { if (this.value == "delete") { $("#submit_all").css("display", "none"); $("#submit_show_msg").css("display", "inline-block"); } else { $("#submit_all").css("display", "inline-block"); $("#submit_show_msg").css("display", "none"); } }); </script> <?php $__env->stopSection(); ?> <?php echo $__env->make('backEnd.layout', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /webler/tggtd.org/core/resources/views/backEnd/webmaster/banners.blade.php ENDPATH**/ ?>