@extends('installer.layout') @section('title', 'License') @section('subtitle', 'Enter your license key') @section('content')

License Verification

Please enter your license key to validate your purchase. If you don't have a license key, please contact support.

@csrf
@if($errors->has('license_key'))
{{ $errors->first('license_key') }}
@endif

Your license key validates your purchase and enables access to updates and support. The license key should be in the format: XYZ-XXXX-XXXX-XXXX.

@endsection @section('footer') Back
@endsection