Update edit.blade.php
This commit is contained in:
parent
2a298a1cdc
commit
d2ca58398f
@ -25,6 +25,7 @@
|
||||
<th>模块</th>
|
||||
<th>名称</th>
|
||||
<th>价格 / 月</th>
|
||||
<th>状态</th>
|
||||
<th>操作</th>
|
||||
</thead>
|
||||
<tbody>
|
||||
@ -41,6 +42,9 @@
|
||||
<td>
|
||||
<span>{{ $host->getPrice() }} 元</span>
|
||||
</td>
|
||||
<td>
|
||||
<x-host-status :status="$host->status" />
|
||||
</td>
|
||||
<td>
|
||||
<a href="{{ route('admin.hosts.edit', $host) }}" class="btn btn-primary btn-sm">查看</a>
|
||||
</td>
|
||||
|
Loading…
Reference in New Issue
Block a user