dashboard
This commit is contained in:
@@ -49,8 +49,6 @@ class DashboardController extends Controller
|
|||||||
'main_id' => auth()->user()->character_id,
|
'main_id' => auth()->user()->character_id,
|
||||||
])->count();
|
])->count();
|
||||||
|
|
||||||
dd($altCount);
|
|
||||||
|
|
||||||
//If the alt count is greater than 0 get all of the alt accounts
|
//If the alt count is greater than 0 get all of the alt accounts
|
||||||
if($altCount > 0) {
|
if($altCount > 0) {
|
||||||
$alts = UserAlt::where([
|
$alts = UserAlt::where([
|
||||||
@@ -58,6 +56,8 @@ class DashboardController extends Controller
|
|||||||
])->get();
|
])->get();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
dd($alts);
|
||||||
|
|
||||||
//See if we can get all of the open SRP requests
|
//See if we can get all of the open SRP requests
|
||||||
$openCount = SRPShip::where([
|
$openCount = SRPShip::where([
|
||||||
'character_id' => auth()->user()->character_id,
|
'character_id' => auth()->user()->character_id,
|
||||||
|
|||||||
Reference in New Issue
Block a user