<div class="navbar <? if( $_SERVER['REQUEST_URI'] !== '/' ) echo 'solid light' ?> ">
<?
if( $_SERVER['REQUEST_URI'] !== '/' )
{
echo '<div class="offset" style="padding-top: 90px;"></div>';
}
?>
Route::get('/', ['as' => 'base', 'uses' => 'HomeController@index']);
if (request()->route()->getName() != 'base')) { ... }