Commit 9100e79a authored by Guilhem's avatar Guilhem
Browse files

progress

parent 899d3590
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -15,7 +15,9 @@
            <tbody>
            
            @foreach ($persons as $person)
            
            <form method="POST" action='/modificationdives/members/{{$sessionplongee[0]['DS_CODE']}}/deletion/{{$person['US_ID']}}'>
                @csrf
                <tr class="odd:bg-white even:bg-gray-50 border-b">
                    <td class="px-6 py-4">{{ $person['us_name'] }}</td>
                    <td class="px-6 py-4">{{ $person['us_first_name'] }}</td>
@@ -32,7 +34,7 @@
                    </td>
                    <td class="px-6 py-4">{{$person['US_SUB_DATE']}}</td>
                    <td class="px-6 py-4">
                        <a>
                        <a href="/modificationdives/members/{{$sessionplongee[0]['DS_CODE']}}">
                            <x-button type="submit" color="bg-red-500" colorHover="hover:bg-red-600">
                                supprimer
                            </x-button>