@section('title', 'Purchase code verification')
{{-- Start main actions --}} @if (!$verified)

Verify Purchase Code

{{-- incase backend is verified and customer somehow revisit the page --}}

Don't ever share your purchase code with anyone

{{-- purchase_code --}}
@error('purchase_code')
{{ $message }}
@enderror {{-- buy_username --}}
@error('buy_username')
{{ $message }}
@enderror {{-- email for reminder --}}
@error('alert_email')
{{ $message }}
@enderror
@error('form')
{{ $message }}
@enderror
@else @include('envato-purchase-code-verifier::components.verified') @endif {{-- end main actions --}}