mirror of
https://github.com/ershisan99/coolify.git
synced 2026-01-27 20:52:11 +00:00
table css
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
<tr class="border-coolgray-200">
|
||||
{{-- <th class="text-warning">{{ $member->id }}</th> --}}
|
||||
<th>{{ $member->name }}</th>
|
||||
<tr>
|
||||
<td>
|
||||
{{ $member->name }}</th>
|
||||
<td>{{ $member->email }}</td>
|
||||
<td>{{ data_get($member, 'pivot.role') }}</td>
|
||||
<td>
|
||||
{{ data_get($member, 'pivot.role') }}</td>
|
||||
<td>
|
||||
{{-- TODO: This is not good --}}
|
||||
@if (auth()->user()->isAdmin())
|
||||
|
||||
Reference in New Issue
Block a user