current route url laravel code example
Example 1: get current route in blade laravel
<p> Path: {{ Request::path() }} </p>
Example 2: get current route in blade laravel
Path: post/demo
<p> Path: {{ Request::path() }} </p>
Path: post/demo