Commit 8f8f80db authored by Waterfox's avatar Waterfox
Browse files

Add previous dives section to create_dive view

parent 25e378b6
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -6,6 +6,8 @@
    <div style="display : flex; flex-direction: row">
        <div
            style="width: 50%; margin-right: 50px;display:flex; align-items: center; flex-direction: column;overflow: auto;">
            @if(isset($previousDives))
            {
                <img src="{{ asset('/images/Diver1.png') }}" alt="Diver illustration" id="imageDiver">
                <div id="Historique">
                    <p style="font-size: 35px">Historique de plongées crées</p>
@@ -38,6 +40,8 @@ class="fa-solid fa-xmark"></i></button></form>
                        @endforeach
                    </table>
                </div>
            }
            @endif
        </div>
        <form action="/create/dive" method="POST" style="width: 70%;">
            @csrf