@extends('layouts.core.install') @section('title', trans('messages.database')) @section('content')

dns {{ 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
undo {!! trans('messages.back') !!} {!! trans('messages.setup_database') !!} east
@endsection