@extends('layouts.install')
@section('title', trans('messages.finish'))
@section('page_script')
@endsection
@section('content')
Congratulations, you've successfully installed Acelle Email Marketing Application (AcelleMail)
Remember that all your configurations were saved in [APP_ROOT]/.env file. You can change it when needed.
Now, you can go to your Admin Panel with link: {{ action('Admin\HomeController@index') }}.
If you are having problems or suggestions, please visit acellemail.com official website.
Thank you for chosing AcelleMail.
@endsection