@php $menuMain = $menu->getMenuSidebar(); if(\Request::route()->getName() === 'front.category.slug') { $params = \Route::current()->parameters(); } else { $params = null; } @endphp