@extends('admin._layout') @section('title', 'عيادة جديدة') @php $autoCreate = (bool) config('database.tenant.auto_create', true); $dbPrefix = (string) config('database.tenant.prefix', 'clinic_'); $tenantUser = config('database.connections.tenant.username'); @endphp @section('content')
{{ $tenantUser }} بالقاعدة وامنحه ALL PRIVILEGES.