D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
tattooscyy
/
www
/
storage
/
framework
/
views
/
Filename :
854455e0beecc071ac4f5e21736d633a11e6865b.php
back
Copy
<?php $__env->startSection('styles'); ?> ##parent-placeholder-bf62280f159b1468fff0c96540f3989d41279669## <link href="<?php echo e(asset('css/manager.css')); ?>" rel="stylesheet"> <?php $__env->stopSection(); ?> <?php $__env->startSection('scripts'); ?> ##parent-placeholder-16728d18790deb58b3b8c1df74f06e536b532695## <script src="<?php echo e(asset('public/js/manager_neworders.js')); ?>"></script> <?php $__env->stopSection(); ?> <?php $__env->startSection('content'); ?> <div class="container"> <div class="row"> <div class="col-md-12 bodycon"> <div class="panel-body main_body"> <div class="main_page"> <?php echo $__env->make('manager.includes.links', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?> <div class="tab-content index"> <table width="100%" class="table archive_table"> <tr> <th>#</th> <th> Client </th> <th> Width </th> <th> Height </th> <th> Size </th> <th> Catalog </th> <th> Artist </th> <th> Picture </th> <th>Putdate</th> <th>Action</th> </tr> <?php $__currentLoopData = $ords; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $one): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <tr class="colo <?php echo e($one->type); ?>" id="data_id_<?php echo e($one->id); ?>"> <td><?php echo e($one->id); ?></td> <td> <b><?php echo e((isset($one->user->name))?$one->user->name:'-'); ?></b> </td> <td><?php echo e(($one->width)); ?></td> <td><?php echo e(($one->height)); ?></td> <td><?php echo e(($one->size)); ?></td> <td><?php echo e((isset($one->catalogs->name))?$one->catalogs->name:''); ?></td> <td><?php echo e((isset($one->artists->name))?$one->artists->name:''); ?></td> <td> <?php if(isset($one->picture_data)): ?> <a href="<?php echo e(asset('picture/'.$one->picture_data)); ?>" target="_blank">Picture</a> <?php endif; ?> </td> <td><?php echo e(($one->putdate)); ?></td> <td> <a href="#" data_id="<?php echo e($one->id); ?>" class="btn btn-block btn-primary open_id">Open</a> </td> </tr> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </table> <p align="center"> <?php echo $__env->make('manager.includes.orders_type', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?> </p> <p align="center"><?php echo $ords->links(); ?></p> </div> </div> </div> </div> </div> </div> <div class="overflow"></div> <div class="modal fade" id="myModal"> <br style="clear:both"/> <div class="modal-content col-md-8 col-md-offset-2"> ... </div> </div> <?php $__env->stopSection(); ?> <?php echo $__env->make('layouts.manager', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>