Route::get('/posts/{post}/comments/{comment}', function ($postId, $commentId) { return view('name of the view')->with('postId',$postId); });