Cleanup index views for payment and invoice.

This commit is contained in:
2025-01-18 16:45:05 +01:00
parent 2f37ac5711
commit 7940a5398a
2 changed files with 2 additions and 2 deletions

View File

@@ -36,7 +36,7 @@
<h2 class="text-lg font-medium text-gray-900 dark:text-gray-100">
{{ __('invoice.Existing invoices') }}
</h2>
<div class="flex flex-row space-x-4 items-center">
<div class="flex flex-row space-x-4 items-center mt-4">
<x-input-label for="from" :value="__('invoice.From')"/>
<x-text-input type="date" id="from" name="from" x-model="from" x-on:change="fetchInvoices()"/>
<x-input-label for="end" :value="__('invoice.End')"/>

View File

@@ -35,7 +35,7 @@
<h2 class="text-lg font-medium text-gray-900 dark:text-gray-100">
{{ __('invoice.Existing payments') }}
</h2>
<div class="flex flex-row space-x-4 items-center">
<div class="flex flex-row space-x-4 items-center mt-4">
<x-input-label for="from" :value="__('invoice.From')"/>
<x-text-input type="date" id="from" name="from" x-model="from" x-on:change="fetchPayments()"/>
<x-input-label for="end" :value="__('invoice.End')"/>