load(); $control = new SiteController(); return $control->dashboard(); } catch (\Exception $e) { echo $e->getMessage(); }