We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4490a0c commit 460e94eCopy full SHA for 460e94e
1 file changed
resources/views/expense/edit.blade.php
@@ -4,7 +4,7 @@
4
<div class="bg-white dark:bg-gray-800 overflow-hidden shadow-xs sm:rounded-lg relative">
5
<div class="p-6 text-gray-900 dark:text-gray-100">
6
<h1>Ausgabe bearbeiten</h1>
7
- <x-expense-form :$cost_types :$supplier_list :$expense />
+ <x-expense-form :$cost_types :$supplier_list :$expense :$now />
8
<form method="POST" action="{{ route('expense.delete', ['id'=>$expense->id]) }}"
9
onsubmit="return confirmSubmit()">
10
@method('DELETE')
0 commit comments