update
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user