@extends('layouts.install') @section('page_title', __('Install the script')) @section('scripts') {!! Minify::javascript([ '/js/Installer.js', ])->withFullUrl() !!} @stop @section('content')

{{__('Database connection')}}

@if(session('error')) @endif
@csrf
@error('db_host') {{ $message }} @enderror
@error('db_port') {{ $message }} @enderror
@error('db_name') {{ $message }} @enderror
@error('db_username') {{ $message }} @enderror
@include('elements.icon',['icon'=>'eye-off-outline', 'variant' => 'medium'])
@include('elements.icon',['icon'=>'eye-outline', 'variant' => 'medium'])
@error('db_password') {{ $message }} @enderror
{{__("Back")}}
@endsection