This commit is contained in:
Jagad R R
2025-01-19 19:39:28 +07:00
parent a393f3f46f
commit 6034c331c5
3 changed files with 14 additions and 8 deletions
@@ -49,7 +49,7 @@
</thead>
<tbody>
@foreach ($categories as $category)
<tr>
<tr class="{{ in_array($category->name, ['Up Country', 'Vehicle Running Cost', 'Entertainment', 'Meeting / Seminar']) ? 'bg-secondary' : '' }}">
<td>{{ $loop->index + 1 }}</td>
<td>{{ $category->name }}</td>
<td>{{ $category->account_number }}</td>