@extends('layouts.install')
@section('title', trans('messages.database'))
@section('page_script')
@endsection
@section('content')
{{ trans('messages.database_configuration') }}
The settings was successfully configured! Click {!! trans('messages.setup_database') !!} button to start importing data to database '{{ $database["database_name"] }}'.
@if ($tables_exist)
Acelle Mail is going to initialize your database, all existing data will be erased
@endif
@endsection