@extends('admin.install-layout') @section('title', 'Installation Complete!') @php $step = 5; @endphp @section('install-content')

🎉 Installation Complete!

SurveyEarner has been successfully installed and configured.

Your Login Credentials

Admin Panel /admin/login
Email {{ $adminEmail }}
Password {{ $adminPassword }}

Save these credentials now. This is the only time your plain-text password is shown.

Demo User Accounts (from seeder)

John Doe

john@example.com

password

Jane Smith

jane@example.com

password

Go to Admin Panel Visit Website

The installer is now locked. Visiting /install will redirect to the homepage.

@endsection