File: /home/armgroup/libs/storage/framework/views/d576ec0c5f8fa6d21923cefe846291450806003f.php
<!DOCTYPE html>
<html lang="en">
<head>
<title>پرینت جدول</title>
<meta charset="UTF-8">
<meta name=description content="">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="<?php echo e(mix('css/admin.css')); ?>"/>
<style>
body {margin: 20px; font-family: Vazir;}
</style>
</head>
<body dir="rtl">
<table class="table table-bordered table-condensed table-striped">
<?php $__currentLoopData = $data; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $row): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<?php if($loop->first): ?>
<tr>
<?php $__currentLoopData = $row; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key => $value): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<th style="text-align: right;"><?php echo $key; ?></th>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</tr>
<?php endif; ?>
<tr>
<?php $__currentLoopData = $row; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key => $value): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<?php if(is_string($value) || is_numeric($value)): ?>
<td><?php echo $value; ?></td>
<?php else: ?>
<td></td>
<?php endif; ?>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</tr>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</table>
</body>
</html>
<?php /**PATH /home/armgroup/libs/resources/views/vendor/datatables/print.blade.php ENDPATH**/ ?>