File tree Expand file tree Collapse file tree 9 files changed +23
-7
lines changed Expand file tree Collapse file tree 9 files changed +23
-7
lines changed Original file line number Diff line number Diff line change
1
+ <?php
2
+
3
+ namespace App \Http \Controllers ;
4
+
5
+ use App \Models \Investment ;
6
+ use Illuminate \Http \Request ;
7
+
8
+ class InvestmentController extends Controller
9
+ {
10
+
11
+ }
Original file line number Diff line number Diff line change
1
+ <?php
2
+
3
+ namespace App \Models ;
4
+
5
+ use Illuminate \Database \Eloquent \Factories \HasFactory ;
6
+ use Illuminate \Database \Eloquent \Model ;
7
+
8
+ class Investment extends Model
9
+ {
10
+ use HasFactory;
11
+ }
Original file line number Diff line number Diff line change 4
4
File Name: admin dashboard
5
5
6
6
----------------------------------------------------------------------------------------
7
- Item Name: Sky Matrix
8
7
Author: Sky Code Lab
9
8
Author URL: https://www.skycodelab.io/
10
9
==========================================================================================*/
Original file line number Diff line number Diff line change 4
4
File Name: show profile
5
5
6
6
----------------------------------------------------------------------------------------
7
- Item Name: Sky Matrix
8
7
Author: Sky Code Lab
9
8
Author URL: https://www.skycodelab.io/
10
9
==========================================================================================*/
Original file line number Diff line number Diff line change 4
4
File Name: Staff setting
5
5
6
6
----------------------------------------------------------------------------------------
7
- Item Name: Sky Matrix
8
7
Author: Sky Code Lab
9
8
Author URL: https://www.skycodelab.io/
10
9
==========================================================================================*/
Original file line number Diff line number Diff line change 1
1
2
+
2
3
<script setup>
3
4
/* =========================================================================================
4
5
File Name: login
5
6
6
7
----------------------------------------------------------------------------------------
7
- Item Name: Sky Matrix
8
8
Author: Sky Code Lab
9
9
Author URL: https://www.skycodelab.io/
10
10
==========================================================================================*/
Original file line number Diff line number Diff line change @@ -38,7 +38,6 @@ const showPasswordTextconfirmation = ref(false);
38
38
File Name: register
39
39
40
40
----------------------------------------------------------------------------------------
41
- Item Name: Sky Matrix
42
41
Author: Sky Code Lab
43
42
Author URL: https://www.skycodelab.io/
44
43
==========================================================================================*/
Original file line number Diff line number Diff line change 4
4
File Name: show profile
5
5
6
6
----------------------------------------------------------------------------------------
7
- Item Name: Sky Matrix
8
7
Author: Sky Code Lab
9
8
Author URL: https://www.skycodelab.io/
10
9
==========================================================================================*/
Original file line number Diff line number Diff line change 4
4
File Name: user dashboard
5
5
6
6
----------------------------------------------------------------------------------------
7
- Item Name: Sky Matrix
8
7
Author: Sky Code Lab
9
8
Author URL: https://www.skycodelab.io/
10
9
==========================================================================================*/
You can’t perform that action at this time.
0 commit comments