stuff
This commit is contained in:
@@ -81,7 +81,7 @@
|
|||||||
</li>
|
</li>
|
||||||
@endif
|
@endif
|
||||||
<li class="nav-item">
|
<li class="nav-item">
|
||||||
<a class="nav-link" href="/dashboard">Profile</a>
|
<a class="nav-link" href="/profile">Profile</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="nav-item">
|
<li class="nav-item">
|
||||||
<a class="nav-link" href="/logout">Logout</a>
|
<a class="nav-link" href="/logout">Logout</a>
|
||||||
|
|||||||
@@ -25,6 +25,7 @@ Route::group(['middleware' => ['auth']], function(){
|
|||||||
*/
|
*/
|
||||||
Route::get('/dashboard', 'Dashboard\DashboardController@index');
|
Route::get('/dashboard', 'Dashboard\DashboardController@index');
|
||||||
Route::post('/dashboard/alt/delete', 'Dashboard\DashboardController@removeAlt');
|
Route::post('/dashboard/alt/delete', 'Dashboard\DashboardController@removeAlt');
|
||||||
|
Route::get('/profile', 'Dashboard\DashboardController@profile');
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* AJAX Test pages
|
* AJAX Test pages
|
||||||
|
|||||||
Reference in New Issue
Block a user