@extends('install.layout')
@section('content')
MedAid Installed!
Your Medical Aid Management System is ready to use.
Installation complete. You can now log in with the administrator account you created.
Your Login Details
Email
{{ session('install.admin.email', 'Your admin email') }}
Password
The password you set during installation
Security reminder: For best security, delete the /install route access by creating a storage/installed file (this was done automatically). Consider setting up HTTPS/SSL for your domain via cPanel.
@endsection