latest('App', $config->dbProfile); } catch (\Exception $e) { // Do something with the error here... } echo view('Templates/Header'); echo view('Admin/Migrate'); echo view('Templates/Footer'); } }