Loading resources/views/dives.blade.php +1 −0 Original line number Diff line number Diff line Loading @@ -89,6 +89,7 @@ class="w-full py-2.5 px-4 text-sm bg-gray-300 rounded-md focus:outline-none focu <td class="px-6 py-4 text-center" colspan="5">Aucune plongée n'est disponible</td> </tr> </thead> @endif <tbody> @if (count($dives) == 0) <tr class="odd:bg-white even:bg-gray-50 border-b"> Loading Loading
resources/views/dives.blade.php +1 −0 Original line number Diff line number Diff line Loading @@ -89,6 +89,7 @@ class="w-full py-2.5 px-4 text-sm bg-gray-300 rounded-md focus:outline-none focu <td class="px-6 py-4 text-center" colspan="5">Aucune plongée n'est disponible</td> </tr> </thead> @endif <tbody> @if (count($dives) == 0) <tr class="odd:bg-white even:bg-gray-50 border-b"> Loading