@extends('layouts.app') @section('title', 'Database Connections โ ' . config('app.name')) @section('content')
Tambah koneksi SQL Server, PostgreSQL, MySQL, atau MariaDB.
| Name | Type | Host | Action | @include('partials.list-table-row-hint', ['tag' => 'th'])|
|---|---|---|---|---|
| {{ $conn->name }} | {{ $conn->driverLabel() }} | {{ $conn->host }}:{{ $conn->port }} | @include('partials.list-table-row-hint', ['tag' => 'td']) | |
| No connections yet. | ||||