Skip to content
Snippets Groups Projects
Commit 1ac0e231 authored by Phil Höfer's avatar Phil Höfer
Browse files

Route für Über-Uns-Seite hinzugefügt

parent 732cb652
No related branches found
No related tags found
1 merge request!85 uber uns seite
...@@ -28,6 +28,11 @@ ...@@ -28,6 +28,11 @@
->with('css', 'impressum.css'); ->with('css', 'impressum.css');
}); });
Route::get('about', function()
{
return view('team.team')
->with('title', 'Team');
});
Route::get('team', function() Route::get('team', function()
{ {
return view('team.team') return view('team.team')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment