%PDF- %PDF-
Direktori : /var/www/html/kpk/api/storage/framework/views/ |
Current File : /var/www/html/kpk/api/storage/framework/views/9db2a914c80d7cdbc9df791a0a4f6d9cc2cdd222.php |
<!doctype html> <html> <head> <meta charset="utf-8"> <style> .row, table { width: 100%; } table { border-collapse: collapse; border: 1px solid #333; } table td, table th { border: 1px solid #333; } </style> </head> <body> <div> <div class="row"> <table> <thead> <tr> <th width="36%">#</th> <th width="12%">Data mberritjes</th> <th width="12%">Data nisjes</th> <th width="10%">Lloji</th> <th width="15%">Institucioni</th> <th width="15%">Relatori</th> </tr> </thead> <tbody> <?php $__currentLoopData = $protocols; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $protocol): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <tr> <td width="36%"><?php echo e($protocol->number); ?></td> <td width="12%"><?php echo e(\Carbon\Carbon::parse($protocol->arrival_date)->format('d/m/Y')); ?></td> <td width="12%"><?php echo e(\Carbon\Carbon::parse($protocol->departure_date)->format('d/m/Y')); ?></td> <td width="10%"><?php echo e($protocol->type === 'incoming' ? 'Hyres' : 'Dales'); ?></td> <td width="15%"><?php echo e($protocol->institution ? $protocol->institution->name : ''); ?></td> <td width="15%"><?php echo e($protocol->relator ? $protocol->relator->name : ''); ?></td> </tr> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </tbody> </table> </div> </div> </body> </html>