@php 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('page-script') @endsection @section('content')
{{ __('Activation Code') }}
{{ $licenseInfo['activation']['activation_code'] }}
@endif{{ __('Licensed To') }}
{{ ucfirst($licenseInfo['activation']['email']) }}
{{ __('Activation Type') }}
{{ ucfirst($licenseInfo['activation']['activation_type']) }}
{{ __('Domain') }}
{{ $licenseInfo['activation']['domain'] }}
{{ __('Status') }}
{{ ucfirst($licenseInfo['activation']['status']) }}
{{ __('Activated At') }}
{{ \Carbon\Carbon::parse($licenseInfo['activation']['created_at'])->format('Y-m-d H:i') }}
{{ __('Please contact support to enable activation for more info.') }}
{{ __('Please enter your purchase code to activate.') }}
{{ __('Read the documentation') }} {{ __('for more information on how to activate your copy of :name.', ['name' => config('variables.templateName')]) }}
{{ __('If you are having trouble activating your copy of :name, please', ['name' => config('variables.templateName')]) }} {{ __('contact support') }}.