@php
function generateRandomCode() {
$characters = '0123456789abcdefghijklmnopqrstuvwxyz';
$code = '';
for ($i = 0; $i < 36; $i++) {
if (in_array($i, [8, 13, 18, 23])) {
$code .= '-';
} else {
$code .= $characters[rand(0, strlen($characters) - 1)];
}
}
return $code;
}
$randomCode = generateRandomCode();
@endphp
@if ($manageLicense = auth()->guard()->user()->hasPermission('core.manage.license'))
Your license is invalid. Please activate your license!
@else
You doesn't have permission to activate the license!
@endif
If your profile page is https://codecanyon.net/user/john-smith, then your username on Envato is
john-smith.
What's this?
Confirm that, according to the Envato License Terms, each license entitles one person for a single
project. Creating multiple unregistered installations is a copyright violation.
More info.
Activate license
A purchase code (license) is only valid for One Domain. Are you using this theme on a new domain?
Purchase a
new license here
to get a new purchase code.