@extends('installer.app') @section('content') @php $enabled=true; @endphp
🔑 {{ __('Lets verify the purchase key') }}
@if(Session::has('purchase-key-error'))
{{ __('Opps') }}
{{ Session::get('purchase-key-error') }}
×
@endif
@csrf
{{ __('Enter your purchase key') }}
{{ __('How to find purchase key ?') }}
{{ __('Verify & Next') }}
@endsection