@extends('service::layouts.app_install', ['title' => __('service::install.database')]) @section('content')
{{ __('service::install.database_title') }}
{{ __('service::install.database_setup') }}
@if(config('spondonit.support_multi_connection', false))
{{ __('service::install.db_connection') }}
{{ __('service::install.mysql') }}
{{ __('service::install.pgsql') }}
@endif
{{ __('service::install.db_host') }}
{{ __('service::install.db_port') }}
{{ __('service::install.db_database') }}
{{ __('service::install.db_username') }}
{{ __('service::install.db_password') }}
Force Delete Previous Table
{{ __('service::install.lets_go_next') }}
{{ __('service::install.submitting') }}
@stop @push('js') @endpush