@extends('layouts.admin') @section('title') Host de database @endsection @section('content-header')

Host de DatabaseHospedagem de database nos quais os servidores podem ter bancos de dados criados.

@endsection @section('content')

Lista dos Database

@foreach ($hosts as $host) @endforeach
ID Nome Hospedado Porta Usuário Database Node
{{ $host->id }} {{ $host->name }} {{ $host->host }} {{ $host->port }} {{ $host->username }} {{ $host->databases_count }} @if(! is_null($host->node)) {{ $host->node->name }} @else Nada @endif
@endsection @section('footer-scripts') @parent @endsection