@extends('install.layouts.master')
@section('title', trans('messages.database'))
@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"] }}'.
@endsection
@section('after_scripts')
@endsection