@extends('install.layout') @section('title', __('License Verification')) @section('step-name', __('License')) @section('content')

{{ __('Verify your purchase') }}

{{ __('Paste your Envato purchase code below. We verify it directly with Envato — your code is never stored anywhere except your own server.') }}

@if(!empty($error))
{{ $error }}
@endif
@csrf

{{ __('Find your code at') }} codecanyon.net/downloads — {{ __('click the Download button next to MailTrixy and choose "License certificate & purchase code".') }}

{{-- "Where do I find this?" panel — shown collapsed by default, expands when the customer clicks the link. Keeps the main form short while still giving step-by-step guidance for first-time Envato buyers. --}}
{{ __('How do I find my purchase code?') }}
  1. {{ __('Log in to your CodeCanyon account at envato.com.') }}
  2. {{ __('Click your avatar → Downloads.') }}
  3. {{ __('Find MailTrixy in the list, click the Download button.') }}
  4. {{ __('Choose "License certificate & purchase code (text)".') }}
  5. {{ __('Open the downloaded .txt file — your purchase code is the last line.') }}
{{ __('Back') }}
@endsection