Example 1: Using Request:
$getCurrentRoureName = Request::route()->getName()); dump($getCurrentRoureName);
Example 2: Using Route:
$getCurrentRoureName = Route::getCurrentRoute()->getPath(); dump($getCurrentRoureName);