Loading resources/views/create_dive.blade.php +1 −1 Original line number Diff line number Diff line Loading @@ -100,7 +100,7 @@ <div style="display: flex;flex-direction: column;width: 30%; margin-right: 2%;"> <label for="pilotInput">Pilote</label> <hr style="height: 3px;background-color: black;margin-bottom: 15px;margin-top: 5px;"> <select name="manager" id="pilotInput"> <select name="pilot" id="pilotInput"> @foreach ($users as $user) @if ($user->hasRole('PIL')) <option value="{{ $user->US_ID }}" />{{ $user->US_NAME }} {{ $user->US_FIRST_NAME }} Loading resources/views/test.blade.php +1 −1 Original line number Diff line number Diff line Loading @@ -18,6 +18,6 @@ <p>Cet utilisateur n'a aucun rôle.</p> @endif <img src="{{ asset('images/test.svg') }}" alt="Illustration de plongeur"> <img src="{{ asset('/images/test.svg') }}" alt="Illustration de plongeur"> </body> </html> Loading
resources/views/create_dive.blade.php +1 −1 Original line number Diff line number Diff line Loading @@ -100,7 +100,7 @@ <div style="display: flex;flex-direction: column;width: 30%; margin-right: 2%;"> <label for="pilotInput">Pilote</label> <hr style="height: 3px;background-color: black;margin-bottom: 15px;margin-top: 5px;"> <select name="manager" id="pilotInput"> <select name="pilot" id="pilotInput"> @foreach ($users as $user) @if ($user->hasRole('PIL')) <option value="{{ $user->US_ID }}" />{{ $user->US_NAME }} {{ $user->US_FIRST_NAME }} Loading
resources/views/test.blade.php +1 −1 Original line number Diff line number Diff line Loading @@ -18,6 +18,6 @@ <p>Cet utilisateur n'a aucun rôle.</p> @endif <img src="{{ asset('images/test.svg') }}" alt="Illustration de plongeur"> <img src="{{ asset('/images/test.svg') }}" alt="Illustration de plongeur"> </body> </html>