Add a class to header when url path changes in Laravel 6.2

How can I add a class when I navigate to the individual blog pages.

For example when a user comes to the Home page the header color should be gold and when the user navigates to each and every single blogs the header background color should be red.

I have done it this way, where I need to add the url path to the header each and every time when I add a new blog page.

<div id="header" class="headertop " >
<nav></nav>
</div>

Is there a way where i can add the class when the url passes blog/ ?



from Newest questions tagged laravel-5 - Stack Overflow https://ift.tt/2W1qFR6
via IFTTT

تعليقات

المشاركات الشائعة من هذه المدونة

I am unable to figure out how to create payment collection request, after a form has been submitted in laravel

laravel, mysql transaction not working after failed one time