@if(Route::currentRouteName() == 'welcome' | Route::currentRouteName() == 'blog') @include('layouts.navigation_home') @endif @if(Route::currentRouteName() == 'about' | Route::currentRouteName() == 'press' ) @include('layouts.navigation_white' ) @endif @if(Route::currentRouteName() == 'service' | Route::currentRouteName() == 'booking') @include('layouts.navigation_green') @endif @if(Route::currentRouteName() == 'findme' | Route::currentRouteName() == 'article.show' | Route::currentRouteName() == 'public.recipe.show' | Route::currentRouteName() == 'quinze' |Route::currentRouteName() == 'cgu' | Route::currentRouteName() == 'bouillante' | Route::currentRouteName() == 'bouillante-en' | Route::currentRouteName() == 'reservation' | Route::currentRouteName() == 'location' | Route::currentRouteName() == 'table' | Route::currentRouteName() == 'cocktail' | Route::currentRouteName() == 'class') @include('layouts.navigation_dark_green') @endif @if(Route::currentRouteName() == 'contact' | Route::currentRouteName() == 'draw') @include('layouts.navigation_orange') @endif