Loading resources/views/dives.blade.php +11 −18 Original line number Diff line number Diff line <x-layout> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=Bree+Serif&family=Space+Grotesk&display=swap" rel="stylesheet"> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=Bree+Serif&family=Montserrat&family=Space+Grotesk&display=swap" rel="stylesheet"> <h1 class="text-4xl" style="font-family: 'Space Grotesk', sans-serif; font-weight: bold;">S'inscrire à une plongée</h1> <hr style="width: 60%; height: 3px; background-color: black; margin-top: 20px; margin-bottom: 80px;"> <div class="" style="font-family: 'Montserrat', sans-serif;"> <table class=""> <thead class="text-left" style="border-bottom: 2px solid black; font-weight: bold;"> <x-layout> <x-page-title>Liste des plongées</x-page-title> <div class="shadow-md max-w-full rounded-lg overflow-hidden border-2"> <table class="text-sm text-left text-gray-500 w-full"> <thead class="text-xs text-gray-700 uppercase bg-gray-50"> <tr> <th scope="col" class="px-6 py-3">Date</th> <th scope="col" class="px-6 py-3">Plage horaire</th> Loading @@ -19,13 +12,13 @@ <th scope="col" class="px-6 py-3">Actions</th> </tr> </thead> <tbody class=""> <tbody> @foreach ($dives as $dive) <tr class=""> <td class="px-8 py-4">{{ $dive->DS_DATE }}</td> <td class="px-8 py-4">{{ $dive->CAR_SCHEDULE }}</td> <td class="px-8 py-4">{{ $dive->DL_DEPTH }}</td> <td class="px-8 py-4">{{ $dive->DL_NAME }}</td> <tr class="odd:bg-white even:bg-gray-50 border-b"> <td class="px-6 py-4">{{ $dive->DS_DATE }}</td> <td class="px-6 py-4">{{ $dive->CAR_SCHEDULE }}</td> <td class="px-6 py-4">{{ $dive->DL_DEPTH }}m</td> <td class="px-6 py-4">{{ $dive->DL_NAME }}</td> <td class="px-8 py-4"> @if (Session::has('Success')) <div class="alert alert-info">{{ Session::get('Success') }}</div> Loading Loading
resources/views/dives.blade.php +11 −18 Original line number Diff line number Diff line <x-layout> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=Bree+Serif&family=Space+Grotesk&display=swap" rel="stylesheet"> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=Bree+Serif&family=Montserrat&family=Space+Grotesk&display=swap" rel="stylesheet"> <h1 class="text-4xl" style="font-family: 'Space Grotesk', sans-serif; font-weight: bold;">S'inscrire à une plongée</h1> <hr style="width: 60%; height: 3px; background-color: black; margin-top: 20px; margin-bottom: 80px;"> <div class="" style="font-family: 'Montserrat', sans-serif;"> <table class=""> <thead class="text-left" style="border-bottom: 2px solid black; font-weight: bold;"> <x-layout> <x-page-title>Liste des plongées</x-page-title> <div class="shadow-md max-w-full rounded-lg overflow-hidden border-2"> <table class="text-sm text-left text-gray-500 w-full"> <thead class="text-xs text-gray-700 uppercase bg-gray-50"> <tr> <th scope="col" class="px-6 py-3">Date</th> <th scope="col" class="px-6 py-3">Plage horaire</th> Loading @@ -19,13 +12,13 @@ <th scope="col" class="px-6 py-3">Actions</th> </tr> </thead> <tbody class=""> <tbody> @foreach ($dives as $dive) <tr class=""> <td class="px-8 py-4">{{ $dive->DS_DATE }}</td> <td class="px-8 py-4">{{ $dive->CAR_SCHEDULE }}</td> <td class="px-8 py-4">{{ $dive->DL_DEPTH }}</td> <td class="px-8 py-4">{{ $dive->DL_NAME }}</td> <tr class="odd:bg-white even:bg-gray-50 border-b"> <td class="px-6 py-4">{{ $dive->DS_DATE }}</td> <td class="px-6 py-4">{{ $dive->CAR_SCHEDULE }}</td> <td class="px-6 py-4">{{ $dive->DL_DEPTH }}m</td> <td class="px-6 py-4">{{ $dive->DL_NAME }}</td> <td class="px-8 py-4"> @if (Session::has('Success')) <div class="alert alert-info">{{ Session::get('Success') }}</div> Loading