@extends('install.layout') @section('title', 'Purchase Code Verification') @section('content')

Verify Purchase Code

Please enter your CodeCanyon purchase code to continue with the installation.

Where to find your purchase code?
  1. Log in to your CodeCanyon account
  2. Go to "Downloads" section
  3. Click on "Download" → "License certificate & purchase code"
  4. Your purchase code will be displayed in the PDF
@if($errors->any())
@foreach($errors->all() as $error) {{ $error }} @endforeach
@endif
@csrf
Example: 8be556d1-ed32-4d87-995c-3dea019d5f0b

This code will be verified online against Envato's API.

← Back
@endsection