navbar changes for admins and also new links for finances

This commit is contained in:
2018-10-28 23:39:04 -05:00
parent 78269cfd9c
commit 40572b4814
2 changed files with 9 additions and 4 deletions

View File

@@ -28,7 +28,7 @@ class FinancesController extends Controller
//Get the Journal Entries and just return them
$journals = $esi->GetMasterWalletJournal();
dd($jouranls);
return $journals;
}
}