'Description', 'content' => '
Hello World!
']); }); // @route('publications') Route::get('/publications', function() { return view('layout', ['heading' => 'Publications', 'content' => 'This is my profile...
']); }); // @route('contact') Route::get('/contact', function() { return view('contact'); });