@extends('layouts.admin') @section('title') Mounts @endsection @section('content-header')

MountsConfigure and manage additional mount points for servers.

@endsection @section('content')

Mount List

@foreach ($mounts as $mount) @endforeach
ID Name Source Target Eggs Nodes Servers
{{ $mount->id }} {{ $mount->name }} {{ $mount->source }} {{ $mount->target }} {{ $mount->eggs_count }} {{ $mount->nodes_count }} {{ $mount->servers_count }}
@endsection