@extends('layouts.admin') @section('title') Mounts → View → {{ $mount->id }} @endsection @section('content-header')

{{ $mount->name }}{{ str_limit($mount->description, 75) }}

@endsection @section('content')

Mount Details

read_only) checked @endif>
read_only) checked @endif>
user_mountable) checked @endif>
user_mountable) checked @endif>

Eggs

@foreach ($mount->eggs as $egg) @endforeach
ID Name
{{ $egg->id }} {{ $egg->name }}

Nodes

@foreach ($mount->nodes as $node) @endforeach
ID Name FQDN
{{ $node->id }} {{ $node->name }} {{ $node->fqdn }}
@endsection @section('footer-scripts') @parent @endsection