@extends('layouts.admin') @section('title') Host de database @endsection @section('content-header')
| 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 |