Using the ".current" property you can access the current menu item. If the currently active page has an entry in that respective menu, an object of type MenuItem is returned or null otherwise.
<nav role="navigation menu">
Current menu item: {{ Menu::load("main").current.title }}
</nav>