There is time where we need to indentify is this the correct page / route we access before we proceed to the next step.
- Route
@if(action('FuntasticController@show') == Request::url()) {} - Name Route
@if(Route::is('locationCluster')){}or
@if(route('namedRoute') == Request::url()){}
Leave a Reply