@extends('installer.layout') @section('title', 'Installation Finished!') @section('step_1_class', 'completed') @section('step_2_class', 'completed') @section('step_3_class', 'completed') @section('step_4_class', 'active') @section('content')

Congratulations!

The Payment Gateway software has been successfully installed and activated. All database tables, environment variables, and license security engines are configured and ready.

Admin URL: {{ url('/admin') }}
Admin Email: {{ session('admin_email', 'admin@yourdomain.com') }}
Go to Admin Login
@endsection