]> _ Git - psq.git/commitdiff
wait #7796 @0:15
authorsoufiane <soufiane@cubedesigners.com>
Tue, 14 Oct 2025 15:03:38 +0000 (17:03 +0200)
committersoufiane <soufiane@cubedesigners.com>
Tue, 14 Oct 2025 15:03:38 +0000 (17:03 +0200)
resources/views/layouts/app.blade.php

index 3e256c2edede3efe6bd406e653dd993e9a4f1818..1a525a5c4a44f75571a78fb8345db54fd24c76d0 100644 (file)
             </div>
         </header>
 
-        <main class="{{ !in_array(Route::currentRouteName(), ['annonceurs.index', 'contact.subscribe', 'archives.index'] ) ? 'xl:px-5 ' : '' }} {{ in_array(Route::currentRouteName(), ["contact.index","login","register","account.index","password.request"]) ? 'bg-white-to-blue' : '' }} pill-box-theme-{{$theme ?? 'logo-blue'}}">
+        <main class="{{ !in_array(Route::currentRouteName(), ['annonceurs.index', 'contact.subscribe', 'archives.index', 'mentions.index'] ) ? 'xl:px-5 ' : '' }} {{ in_array(Route::currentRouteName(), ["contact.index","login","register","account.index","password.request"]) ? 'bg-white-to-blue' : '' }} pill-box-theme-{{$theme ?? 'logo-blue'}}">
             @yield('content')
         </main>