@extends('admin.layouts.app') @push('styles_top') @endpush @section('content')

{{ $pageTitle }}

Enter a Valid Purchase Code

@csrf @if(session()->has('mobile_app_error')) @endif
@error('purchase_code')
{{ $message }}
@enderror
Please enter your INNO AI Mobile App purchase code. This code has 36 characters.

INNO AI Mobile App Information

The Mobile App is a separate Product that allows your users to access your LMS platform from mobile devices.

What is the Mobile App?

The INNO AI Mobile App extends the capabilities of your main INNO AI installation with a native mobile application for iOS and Android devices.

Separate License

Mobile App requires a separate purchase code from your main INNO AI license. Make sure you're entering the correct purchase code.

Need Help?

For support and further guidance, you can connect with our technical experts through our CRM. Submit a ticket

Important Note:

Each purchase code is valid for a single domain only. If you want to use the Mobile App on multiple domains or installations, you must obtain a separate license for each one.

@endsection @push('scripts_bottom') @endpush