Update edit.blade.php

This commit is contained in:
iVampireSP.com 2022-11-24 08:44:23 +08:00 committed by GitHub
parent 2a298a1cdc
commit d2ca58398f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>