<?php //Pages routes Route::get('/', ['uses'=> 'Dashboard\DashboardController@index', 'as' => 'dashboard.index']);