@php $activationService = app()->make(\App\Services\Activation\IActivationService::class); $licenseInfo = $activationService->getActivationInfo(); if(isset($licenseInfo['activation'])) { if(!auth()->check()){ $pageConfigs = ['myLayout' => 'blank', 'displayCustomizer' => false]; } } else { $pageConfigs = ['myLayout' => 'blank', 'displayCustomizer' => false]; } @endphp @extends('layouts/layoutMaster') @section('title', 'Activation') @section('content')
Please enter your purchase code to activate.
Read the documentation for more information on how to activate your copy of {{ config('variables.templateName') }}.
If you are having trouble activating your copy of {{ config('variables.templateName') }}, please contact support.