| Current Path : /var/www/html/LLCF-APP/storage/framework/views/ |
| Current File : /var/www/html/LLCF-APP/storage/framework/views/48e0d887dca9a034e4d65bc778db1887.php |
<table>
<thead>
<tr>
<th>#</th>
<th>Item Name</th>
<th>Type</th>
<th>Amount (PKR)</th>
<th>Date</th>
<th>Created At</th>
</tr>
</thead>
<tbody>
<?php $__currentLoopData = $expenses; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $index => $expense): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<tr>
<td><?php echo e($index + 1); ?></td>
<td><?php echo e($expense->item?->name ?? 'N/A'); ?></td>
<td><?php echo e(strtoupper($expense->type)); ?></td>
<td><?php echo e($expense->amount); ?></td>
<td><?php echo e(\Carbon\Carbon::parse($expense->date)->format('d M Y')); ?></td>
<td><?php echo e(\Carbon\Carbon::parse($expense->created_at)->format('d M Y, h:i A')); ?></td>
</tr>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</tbody>
</table>
<?php /**PATH /var/www/html/LLCF-APP/resources/views/admin/llcf-expenses/exports/excel.blade.php ENDPATH**/ ?>