@extends('joynala.web-installer::app') @section('content')

Verify Your Purchase

You're all set, and now you can upgrade.

{{-- verify purchase code process start here --}} @if (config('installer.verify_purchase'))
@csrf @foreach ($verifyRules as $name => $verifyRule)
@endforeach
@endif {{-- verify purchase code process end here --}}
@endsection @push('scripts') @if (session('error')) @endif @endpush