@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?
- Log in to your CodeCanyon account
- Go to "Downloads" section
- Click on "Download" → "License certificate & purchase code"
- Your purchase code will be displayed in the PDF
@if($errors->any())
@foreach($errors->all() as $error)
{{ $error }}
@endforeach
@endif
@endsection