mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 14:53:45 +02:00
Add increment id to mount, add basic mount view page
This commit is contained in:
@@ -46,7 +46,7 @@
|
||||
@foreach ($mounts as $mount)
|
||||
<tr>
|
||||
<td><code>{{ $mount->id }}</code></td>
|
||||
<td><a href="{{ route('admin.locations.view', $mount->id) }}">{{ $mount->name }}</a></td>
|
||||
<td><a href="{{ route('admin.mounts.view', $mount->id) }}">{{ $mount->name }}</a></td>
|
||||
<td>{{ $mount->source }}</td>
|
||||
<td>{{ $mount->target }}</td>
|
||||
<td class="text-center">{{ $mount->eggs_count }}</td>
|
||||
|
||||
Reference in New Issue
Block a user