%PDF- %PDF-
Direktori : /var/www/pjc/storage/framework/views/ |
Current File : /var/www/pjc/storage/framework/views/fb804b53fd99766aca4187044714ddcfe18c056a.php |
<html moznomarginboxes mozdisallowselectionprint> <head> <!-- META SECTION --> <title>TSI - Project Check</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <link rel="icon" href="http://pjc.tsisrl.net/favicon.ico" type="image/x-icon" /> <!-- END META SECTION --> <!-- CSS INCLUDE --> <link rel="stylesheet" type="text/css" id="theme" href="http://pjc.tsisrl.net/css/theme-default.css" /> <script type="text/javascript" src="http://pjc.tsisrl.net/js/plugins/jquery/jquery.min.js"></script> <script type="text/javascript" src="http://pjc.tsisrl.net/js/plugins/jquery/jquery-ui.min.js"></script> <link href="http://pjc.tsisrl.net/css/plugins/select2/select2.min.css" rel="stylesheet"> <link href="http://pjc.tsisrl.net/css/plugins/select2/select2-bootstrap4.min.css" rel="stylesheet"> <link href="http://pjc.tsisrl.net/css/plugins/sweetalert/sweetalert.css" rel="stylesheet"> <link href="http://pjc.tsisrl.net/css/plugins/toastr/toastr.min.css" rel="stylesheet"> <script src="https://cdn.jsdelivr.net/npm/@revolist/revogrid@latest/dist/revo-grid/revo-grid.js"></script> <style> @print { @page :footer { display: none } @page :header { display: none } } @page {size: 297mm 210mm; margin: 5mm;} body { background-color: white; } @page { margin: 20px; } </style> </head> <body> <div class="container" style="margin-top:20px"> <img src="https://www.tsisrlformazione.it/moodle/pluginfile.php/1/theme_mb2nl/loginlogo/1666557536/logo-tsi-srl.png" style="margin-bottom:30px"> <h2><?php echo e($nome); ?></h2> <p>Data corso: <?php echo e($time); ?></p> <p>Codice corso: <?php echo e($codice); ?></p> <table class="table table-striped" style="margin-top:40px" > <thead> <th>Nome</th> <th>Orario Ingresso</th> <th>Orario Uscita</th> <th>Messaggi</th> </thead> <tbody> <?php $__currentLoopData = $data; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $item): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <tr> <td><?php if($item[4]): ?> <b>M-<?php echo e($item[0]); ?></b> <?php else: ?><?php echo e($item[0]); ?> <?php endif; ?></td> <td><?php echo e($item[1]); ?></td> <td><?php echo e($item[2]); ?></td> <td><?php echo e($item[3]); ?></td> </tr> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </tbody> </table> </div> </body> </html><?php /**PATH /var/www/pjc/resources/views/corsipdf.blade.php ENDPATH**/ ?>