Add button to redirect from expense to expense/bulk route
This commit is contained in:
parent
102007216e
commit
d301fba8b0
|
@ -169,7 +169,14 @@
|
||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
<div class="container mx-auto my-8 p-6 bg-gray-100 rounded-lg shadow-lg">
|
<div class="container mx-auto my-8 p-6 bg-gray-100 rounded-lg shadow-lg">
|
||||||
<h1 class="text-2xl font-bold mb-4 text-center">Manage Expenses</h1>
|
<div class="flex flex-row mb-4 justify-center">
|
||||||
|
<h1 class="text-2xl font-bold text-center">Manage Expenses</h1>
|
||||||
|
<button
|
||||||
|
class="px-4 py-2 bg-green-500 text-white rounded-md hover:bg-green-600"
|
||||||
|
>
|
||||||
|
<a href="/expense/bulk">bulk</a>
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="mb-8 p-6 bg-white rounded-lg shadow-md">
|
<div class="mb-8 p-6 bg-white rounded-lg shadow-md">
|
||||||
<h2 class="text-xl font-semibold mb-4">
|
<h2 class="text-xl font-semibold mb-4">
|
||||||
|
|
Loading…
Reference in New Issue
Block a user