Loading resources/views/modification_members_of_session.blade.php +3 −1 Original line number Diff line number Diff line Loading @@ -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> Loading @@ -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> Loading Loading
resources/views/modification_members_of_session.blade.php +3 −1 Original line number Diff line number Diff line Loading @@ -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> Loading @@ -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> Loading