@extends('layouts.auth') @section('content')

{{ __('Installation Complete') }}

@csrf @if ($message = Session::get('success')) @endif @if ($message = Session::get('error')) @endif
@csrf @if ($activated)

Application Successfully Activated!

@else

Application was NOT Activated!

@endif @if ($createDefaultAdmin)

You can Login with following default credentials:

  • Username: admin@example.com
  • Password: admin12345
@endif
@endsection