@extends('installer::installation.layout') @section('content')

License Verification

Verify Your Purchase

Please enter your Envato username and purchase code to validate your license. This step is required to continue with the installation.

@csrf @if ($errors->has('general'))

{{ $errors->first('general') }}

@endif

The username you used to purchase the product on Envato Market.

@error('username')

{{ $message }}

@enderror

Format: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx

@error('purchase_code')

{{ $message }}

@enderror
Back
@endsection