@extends('installer.app') @section('content') @php $enabled=true; @endphp

🔑 {{ __('Lets verify the purchase key') }}

@if(Session::has('purchase-key-error')) @endif
@csrf
{{ __('How to find purchase key ?') }}

@endsection