update marketing
All checks were successful
All checks were successful
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
@foreach ($suppliers as $supplier)
|
||||
<tr>
|
||||
<td class="d-print-none">{{ $suppliers->firstItem() + $loop->index }}</td>
|
||||
<td class="d-print-none text-start">
|
||||
<td class=" text-start">
|
||||
<a href="{{ route('business.supplier-ledger.show', $supplier->id) }}" class="stock-view-data text-primary">
|
||||
{{ $supplier->name }}
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user