@extends('install.layout')
@section('title', 'Installation Complete')
@section('content')
✓
Installation Completed Successfully!
Cheque Writer has been installed and configured successfully.
Your Admin Credentials
Username: {{ session('admin_username') }}
Email: {{ session('admin_email') }}
Important: Please save these credentials in a secure location. You can change your password after logging in.
What's Next?
- Log in with your admin credentials
- Configure your company settings
- Add banks and payees
- Start creating and printing cheques
- Create additional user accounts if needed
Thank you for choosing Cheque Writer!
@endsection