'template'], function () { Route::get('/dashboard', function () { return view('pages.templates.dashboard'); })->name('template.dashboard'); });