Mise en place du système Play
This commit is contained in:
@@ -21,6 +21,7 @@
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="text-center" style="width: 80px;">ID</th>
|
||||
<th>Play</th>
|
||||
<th>Nom</th>
|
||||
<th>Accès</th>
|
||||
<th>Webmail</th>
|
||||
@@ -30,6 +31,7 @@
|
||||
<tbody>
|
||||
@foreach($accounts as $account)
|
||||
<tr>
|
||||
<td class="text-center">@if($account->play) <span class="badge text-bg-success">Oui</span>@endif</td>
|
||||
<td class="text-center">{{$account->id}}</td>
|
||||
<td class="text-center">{{$account->name}}</td>
|
||||
<td class="text-center">
|
||||
|
||||
Reference in New Issue
Block a user