Laravel details view. Adjusted navbar and routes
This commit is contained in:
@@ -12,6 +12,6 @@
|
||||
*/
|
||||
|
||||
|
||||
Route::get('/', 'PagesController@welcome');
|
||||
Route::get('/', 'PagesController@dashboard');
|
||||
|
||||
Route::get('/dashboard', 'PagesController@dashboard');
|
||||
Route::get('/details', 'PagesController@details');
|
||||
|
Reference in New Issue
Block a user