Skip to content

Commit

Permalink
update admin panel
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdulVakeel committed Mar 16, 2024
1 parent e53e6a1 commit 8ecb344
Show file tree
Hide file tree
Showing 9 changed files with 23 additions and 7 deletions.
11 changes: 11 additions & 0 deletions app/Http/Controllers/InvestmentController.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?php

namespace App\Http\Controllers;

use App\Models\Investment;
use Illuminate\Http\Request;

class InvestmentController extends Controller
{

}
11 changes: 11 additions & 0 deletions app/Models/Investment.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?php

namespace App\Models;

use Illuminate\Database\Eloquent\Factories\HasFactory;
use Illuminate\Database\Eloquent\Model;

class Investment extends Model
{
use HasFactory;
}
1 change: 0 additions & 1 deletion resources/js/Pages/Admin/Dashboard/AdminDashboard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
File Name: admin dashboard
----------------------------------------------------------------------------------------
Item Name: Sky Matrix
Author: Sky Code Lab
Author URL: https://www.skycodelab.io/
==========================================================================================*/
Expand Down
1 change: 0 additions & 1 deletion resources/js/Pages/Admin/Profile/Show.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
File Name: show profile
----------------------------------------------------------------------------------------
Item Name: Sky Matrix
Author: Sky Code Lab
Author URL: https://www.skycodelab.io/
==========================================================================================*/
Expand Down
1 change: 0 additions & 1 deletion resources/js/Pages/Admin/Staffs/Index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
File Name: Staff setting
----------------------------------------------------------------------------------------
Item Name: Sky Matrix
Author: Sky Code Lab
Author URL: https://www.skycodelab.io/
==========================================================================================*/
Expand Down
2 changes: 1 addition & 1 deletion resources/js/Pages/Auth/Login.vue
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@


<script setup>
/*=========================================================================================
File Name: login
----------------------------------------------------------------------------------------
Item Name: Sky Matrix
Author: Sky Code Lab
Author URL: https://www.skycodelab.io/
==========================================================================================*/
Expand Down
1 change: 0 additions & 1 deletion resources/js/Pages/Auth/Register.vue
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ const showPasswordTextconfirmation = ref(false);
File Name: register
----------------------------------------------------------------------------------------
Item Name: Sky Matrix
Author: Sky Code Lab
Author URL: https://www.skycodelab.io/
==========================================================================================*/
Expand Down
1 change: 0 additions & 1 deletion resources/js/Pages/Profile/Show.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
File Name: show profile
----------------------------------------------------------------------------------------
Item Name: Sky Matrix
Author: Sky Code Lab
Author URL: https://www.skycodelab.io/
==========================================================================================*/
Expand Down
1 change: 0 additions & 1 deletion resources/js/Pages/User/Dashboard/UserDashboard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
File Name: user dashboard
----------------------------------------------------------------------------------------
Item Name: Sky Matrix
Author: Sky Code Lab
Author URL: https://www.skycodelab.io/
==========================================================================================*/
Expand Down

0 comments on commit 8ecb344

Please sign in to comment.