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

MontagensConfigure e gerencie pontos de montagem adicionais para servidores.

@endsection @section('content')

Lista de Montagens

@foreach ($mounts as $mount) @endforeach
ID Nome Fonte Alvo Eggs Nodes Servidores
{{ $mount->id }} {{ $mount->name }} {{ $mount->source }} {{ $mount->target }} {{ $mount->eggs_count }} {{ $mount->nodes_count }} {{ $mount->servers_count }}
@endsection