@extends('installer::install') @section('step')

The application has been installed successfully

Website address
Your website is located at this URL

{{ $base }}

@if(config('installer.admin_area'))

Administration Area
Use the following link to log into the administration area:

{{ $login }}

@if(config('installer.admin_area.user'))

Email: {{ config('installer.admin_area.user.email') }}
Password: {{ config('installer.admin_area.user.password') }}

@endif
@endif
@if(config('installer.support_url'))

Support and questions
Need more help? Contact support.

@endif @endsection