Code refactoring

This commit is contained in:
EnesSacid-Buker
2023-02-15 17:04:59 +03:00
committed by GitHub
parent c2549b96ad
commit 3553561240
2 changed files with 7 additions and 4 deletions

View File

@ -5,7 +5,7 @@
<x-slot name="content">
<div class="grid sm:grid-cols-6 gap-x-8 gap-y-6 my-3.5">
<x-form.group.text name="hostname" label="{{ trans('install.database.hostname') }}" value="{{ old('hostname', $host ?? 'localhost') }}" form-group-class="sm:col-span-6" />
<x-form.group.text name="hostname" label="{{ trans('install.database.hostname') }}" value="{{ old('hostname', $host) }}" form-group-class="sm:col-span-6" />
<x-form.group.text name="username" label="{{ trans('install.database.username') }}" value="{{ old('username', $username) }}" form-group-class="sm:col-span-6" />