holdings wip

This commit is contained in:
hackerESQ
2024-08-26 21:34:13 -05:00
parent 92bd91ef2c
commit 2b384758ff
6 changed files with 107 additions and 5 deletions
+1
View File
@@ -1,6 +1,7 @@
<?php
use Illuminate\Support\Facades\Route;
use App\Http\Controllers\HoldingController;
use App\Http\Controllers\DashboardController;
use App\Http\Controllers\PortfolioController;
use App\Http\Controllers\TransactionController;