Add increment id to mount, add basic mount view page

This commit is contained in:
Matthew Penner 2020-05-20 19:11:20 -06:00
parent 976b669059
commit 77150b2551
8 changed files with 203 additions and 12 deletions

View file

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