@extends('layouts.admin') @section('title') Database Hosts → View → {{ $host->name }} @endsection @section('content-header')
Server | Database Name | Username | Connections From | Max Connections | ||
---|---|---|---|---|---|---|
{{ $database->getRelation('server')->name }} | {{ $database->database }} | {{ $database->username }} | {{ $database->remote }} | @if($database->max_connections != null){{ $database->max_connections }} | @elseUnlimited | @endif