Today, We want to share with you Laravel Get Current URL in Blade Example.In this post we will show you wordpress plugin require another plugin, hear for laravel get current url with parameters we will give you demo and example for implement.In this post, we will learn about laravel get current url without domain with an example.
Laravel Get Current URL in Blade Example
There are the Following The simple About laravel get current url with parameters Full Information With Example and source code.
As I will cover this Post with live Working example to develop how to get current route name in blade file laravel 6, so the How to check current URL inside @if statement in Laravel 6 is used for this example is following below.
use: Request::url()
[php]
@if(Request::url() === ‘your main url here’)
// source code Like menu
@endif
[/php]
get current url in blade view