Obtenga la solicitud URI de la solicitud Laravel 7
Try to use the following:
\Request::getRequestUri()
Lokesh003Coding
Try to use the following:
\Request::getRequestUri()
$uri = $request->path();