@extends('layouts.app') @section('page-header') @endsection @section('content')

{{__('License Activation') }}: @if ($notification) Activated @else Not Activated@endif

@csrf
{{ __('Important') }}:
{{ __('License is valid for only one installation and is strictly bounded with your domain name') }}
{{ __('Upon change of your domain name, deactivate the license first') }}
{{ __('Deactivation of license does not affect the integrity of your database at all') }}
{{ __('If you will have any questions you can refer to the documentation or create a support ticket') }}
@error('license')

{{ $errors->first('license') }}

@enderror
@error('username')

{{ $errors->first('username') }}

@enderror
@if ($notification) Congratulations! Application Successfully Activated! @else Application is Not Activated.@endif
@endsection @section('js') @endsection