This commit is contained in:
hackerESQ
2024-08-26 19:52:46 -05:00
parent 1017463ea7
commit 0497f4ab52
3 changed files with 12 additions and 1 deletions
+9
View File
@@ -0,0 +1,9 @@
<x-app-layout>
<div>
<x-ib-toolbar title="{{ __('Holding') }}" />
@livewire('transactions-table')
</div>
</x-app-layout>