Loading resources/views/components/header.blade.php +1 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ class="block text-sm text-white">{{ session('user')->US_FIRST_NAME . " " . sessi </div> <ul class="py-2" aria-labelledby="user-menu-button"> <li> <a href="{{--{{route('divings')}}--}}#" class="block px-4 py-2 text-sm hover:bg-gray-600 text-gray-200 hover:text-white">Historique de mes plongées</a> <a href="{{route('divings')}}" class="block px-4 py-2 text-sm hover:bg-gray-600 text-gray-200 hover:text-white">Historique de mes plongées</a> </li> <li> <a href="{{ route('logout') }}" Loading Loading
resources/views/components/header.blade.php +1 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ class="block text-sm text-white">{{ session('user')->US_FIRST_NAME . " " . sessi </div> <ul class="py-2" aria-labelledby="user-menu-button"> <li> <a href="{{--{{route('divings')}}--}}#" class="block px-4 py-2 text-sm hover:bg-gray-600 text-gray-200 hover:text-white">Historique de mes plongées</a> <a href="{{route('divings')}}" class="block px-4 py-2 text-sm hover:bg-gray-600 text-gray-200 hover:text-white">Historique de mes plongées</a> </li> <li> <a href="{{ route('logout') }}" Loading