Use for navigation classes {{ Request::is('/') ? 'text-white bg-dark' : 'bg-light' }} -- FOR HOMEPAGE {{ Request::is('htmlform','htmlform/create') ? 'text-white bg-dark' : 'bg-light' }} -- FOR OTHER PAGES <a href="{{url('/')}}" class="list-group-item list-group-item-action {{ Request::is('/') ? 'text-white bg-dark' : 'bg-light' }}">Dashboard</a> <a href="{{url('/')}}/htmlform" class="list-group-item list-group-item-action {{ Request::is('htmlform','htmlform/create') ? 'text-white bg-dark' : 'bg-light' }}">Manage Html Templates</a>