@php $pageURL = Route::current()->getName(); $currentUri = Route::current()->uri(); $paths = explode('/', $currentUri); $pageURI = $paths[0]; @endphp