Commit 9cf310cb authored by Waterfox's avatar Waterfox
Browse files

Update pilot input

parent 9b2a4546
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 }}
+1 −1
Original line number Diff line number Diff line
@@ -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>