Apply hover style for lists and min height for dashboard configuration.
This commit is contained in:
@@ -5,8 +5,7 @@
|
||||
<div class="w-full text-center">{{ __('dashboard.No data') }}</div>
|
||||
@endif
|
||||
@foreach($unpaid_incoming as $incoming)
|
||||
<a href="{{ route('incoming.edit', $incoming->id) }}"
|
||||
class="flex max-w even:bg-gray-100 odd:bg-white">
|
||||
<a href="{{ route('incoming.edit', $incoming->id) }}" class="flex max-w even:bg-gray-100 odd:bg-white hover:bg-gray-400">
|
||||
<div class="w-1/6">{{ $incoming->invoice_number }}</div>
|
||||
<div class="w-1/2">{{ $incoming->supplier->name }}</div>
|
||||
<div class="w-1/6 text-right">{{ \Illuminate\Support\Number::currency($incoming->gross) }}</div>
|
||||
|
||||
Reference in New Issue
Block a user