Skip to content

Commit

Permalink
remove name
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdoulrachard committed Apr 16, 2024
1 parent 679c7e6 commit a3f3f5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/equipes/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
{{-- <td>{{ $equipe->name}}</td> --}}
<td>{{ $equipe->posted}}</td>
<td >
<div class="d-flex gap-2 justify-content-end align-items-center a w-100">
<div class="d-flex gap-2 justify-content-end a w-100">
<a href="{{ route('equipe.edit', $equipe)}}" class="d-flex align-items-center btn btn-primary">Editer<i class="far fa-pen-to-square" style="margin-left:5px ;"></i></a>
<form action="{{ route('equipe.destroy', $equipe)}}" method="post">
@csrf
Expand Down

0 comments on commit a3f3f5d

Please sign in to comment.