add transactions index

This commit is contained in:
hackerESQ
2024-08-26 19:49:43 -05:00
parent 57629ba737
commit 1017463ea7
9 changed files with 149 additions and 8 deletions
+2 -1
View File
@@ -3,6 +3,7 @@
<x-ib-toolbar title="{{ __('All Transactions') }}" />
{{-- @livewire('manage-transaction-form', ['portfolio' => $portfolio]) --}}
@livewire('transactions-table')
</div>
</x-app-layout>