/
home
/
henzagold
/
server
/
storage
/
framework
/
views
/
File Upload :
llllll
Current File: //home/henzagold/server/storage/framework/views/e3eb7566e47ce75ad16aa575d37d66dbe2ae5dfc.php
<!doctype html> <html lang="fa" dir="rtl"> <head> <meta charset="UTF-8"> <title><?php echo e(config('app.name')); ?></title> <link href="https://cdn.jsdelivr.net/gh/rastikerdar/vazir-font@v29.0.1/dist/font-face.css" rel="stylesheet" type="text/css" /> <style> <?php echo file_get_contents(app_path('DB/Te/assets/font.css'))?> </style> <style> <?php echo file_get_contents(app_path('DB/Te/assets/print.css'))?> </style> </head> <body> <div class="container"> <header> <div style="text-align: center;font-size: 1.2em"><?php echo e(config('app.name')); ?></div> <hr> <div class="flex"> <div class="item fl-50"> <span class="key">عنوان گزارش</span> <span class="value"><?php echo e($meta->title); ?></span> </div> <div class="item fl-50"> <span class="key">تاریخ گزارش</span> <span class="value"><?php echo e($meta->created_at); ?></span> </div> </div> <div class="flex"> <div class="item fl-50"> <span class="key">تعداد رکورد ها</span> <span class="value"><?php echo e(sizeof($records)); ?></span> </div> </div> </header> <div class="body"> <table> <thead> <tr> <?php $__currentLoopData = $meta->columns; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $col): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <th><?php echo e($col); ?></th> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </tr> </thead> <tbody> <?php $__currentLoopData = $records; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $row): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <tr> <?php $__currentLoopData = $meta->columns; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key=>$val): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <?php if(!is_array($Arr::get((array)$row, $key, ''))): ?> <td><?php echo e($Arr::get((array)$row, $key, '')); ?></td> <?php else: ?> <td><?php echo e(join(',' , $Arr::get((array)$row, $key, ''))); ?></td> <?php endif; ?> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </tr> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </tbody> </table> </div> </div> <script> window.print(); </script> </body> </html> <?php /**PATH /home/henzagold/server/app/DB/Te/views/print.blade.php ENDPATH**/ ?>
Copyright ©2k19 -
Hexid
|
Tex7ure