Loading resources/views/manage_dives.blade.php +1 −10 Original line number Diff line number Diff line Loading @@ -29,16 +29,7 @@ </a> </td> </tr> <x-drop-down id="dropdown{{$dive->DS_CODE}}"> @php $participants = $dive->getParticipants(); @endphp <div class="drop-down"> @foreach($participants as $user) <p class = "drop-down-items">{{$user->US_NAME}} {{$user->US_FIRST_NAME}}</p> @endforeach </div> </x-drop-down> @endforeach </tbody> </table> Loading resources/views/securitySheet/edit.blade.php +1 −1 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ <x-page-title>Fiche de sécurité</x-page-title> <div class="aligne" style="margin-bottom: 40px"> <button diveId="button" class="clickable" <button id="button" class="clickable" style="padding: 10px; border-radius: 10px; width:60%; height: 80px; font-size: 35px">Générer de nouveau</button> </div> Loading Loading
resources/views/manage_dives.blade.php +1 −10 Original line number Diff line number Diff line Loading @@ -29,16 +29,7 @@ </a> </td> </tr> <x-drop-down id="dropdown{{$dive->DS_CODE}}"> @php $participants = $dive->getParticipants(); @endphp <div class="drop-down"> @foreach($participants as $user) <p class = "drop-down-items">{{$user->US_NAME}} {{$user->US_FIRST_NAME}}</p> @endforeach </div> </x-drop-down> @endforeach </tbody> </table> Loading
resources/views/securitySheet/edit.blade.php +1 −1 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ <x-page-title>Fiche de sécurité</x-page-title> <div class="aligne" style="margin-bottom: 40px"> <button diveId="button" class="clickable" <button id="button" class="clickable" style="padding: 10px; border-radius: 10px; width:60%; height: 80px; font-size: 35px">Générer de nouveau</button> </div> Loading