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 eaeaa82 commit fa8b50e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/views/equipes/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<thead>
<tr>
<th scope="col">Id</th>
<th scope="col">Nom</th>
{{-- <th scope="col">Nom</th> --}}
<th scope="col">Poste</th>
<th scope="col" class="text-end">Actions</th>
</tr>
Expand All @@ -29,7 +29,7 @@
@foreach($equipes as $equipe)
<tr>
<th scope="row">{{ $equipe->id}}</th>
<td>{{ $equipe->name}}</td>
{{-- <td>{{ $equipe->name}}</td> --}}
<td>{{ $equipe->posted}}</td>
<td >
<div class="d-flex gap-2 justify-content-end w-100">
Expand Down

0 comments on commit fa8b50e

Please sign in to comment.