%PDF- %PDF-
Direktori : /var/www/pjc/storage/framework/views/ |
Current File : /var/www/pjc/storage/framework/views/84dad05c2568fdb50dfca5da4c9f136cde891265.php |
<?php use App\Utility; ?> <?php $__env->startSection('content'); ?> <!-- START BREADCRUMB --> <ul class="breadcrumb"> <li><a href="">Home</a></li> <li> Utenti</li> <li class="active"> Sommario </li> </ul> <!-- END BREADCRUMB --> <div class="row"> <div class="col-md-12"> <?php if(Session::has('message')): ?> <div class="alert alert-success" role="alert"> <button type="button" class="close" data-dismiss="alert"><span aria-hidden="true">×</span><span class="sr-only">Close</span></button> <?php echo e(Session::get('message')); ?>. </div> <?php endif; ?> <div class="panel panel-colorful"> <div class="panel-heading ui-draggable-handle"> <h1 class="panel-title">Ore inserire per utente</h1> </div> <div class="panel-body"> <div class="table-responsive"> <table class="table table-bordered table-striped table-actions"> <thead> <tr> <th width="50">Data/Utente</th> <?php $__currentLoopData = $dati['date']; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $item): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <th width="50" class="text-center"><?php echo e(Utility::giornoData($item)); ?><br><?php echo e(date("d M Y",strtotime($item))); ?></th> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </tr> </thead> <tbody> <?php $__currentLoopData = $dati['ore']; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $item => $value): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <tr id="trow_1"> <td class="text-center"><a href="<?php echo e(action('gestioneOre@utente',$dati['id'][$item])); ?>"><?php echo e($item); ?></a></td> <?php $__currentLoopData = $dati['ore'][$item]; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $ore => $value): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <?php if($dati['ore'][$item][$ore][0]->somma): ?> <td class="text-center"><span class="label label-success"><?php echo e($dati['ore'][$item][$ore][0]->somma); ?></span></td> <?php else: ?> <td class="text-center"><span class="label label-danger">00:00:00</span></td> <?php endif; ?> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </tr> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </tbody> </table> </div> </div> </div> </div> </div> <?php $__env->stopSection(); ?> <?php echo $__env->make('layouts.main', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /var/www/pjc/resources/views/gestioneOre/sommario.blade.php ENDPATH**/ ?>