@extends('layouts.admin') @section('title') Database Hosts @endsection @section('content-header')
ID | Name | Host | Port | Username | Databases | Node |
---|---|---|---|---|---|---|
{{ $host->id }} |
{{ $host->name }} | {{ $host->host }} |
{{ $host->port }} |
{{ $host->username }} | {{ $host->databases_count }} | @if(! is_null($host->node)) {{ $host->node->name }} @else None @endif |