{{ $step['completed'] ? '✔' : ($active ? '➡️' : null) }} {{ $step['name'] }} {{ $iteration }}/{{ $total }}
@if ($step['completed'])

✔️ Database connection successful

@else @php $default = config('database.default', 'mysql'); @endphp

✖️ A database connection could not be established. Please update your configuration and try again.

@error('connection') {{ $message }}@enderror
@error('host') {{ $message }}@enderror
@error('port') {{ $message }}@enderror
@error('database') {{ $message }}@enderror
@error('username') {{ $message }}@enderror
@error('password') {{ $message }}@enderror
@endif