@php $env = 'env' . 'ato'; @endphp
{!! 'Activate the Application' !!}

{!! 'Before you proceed, please make sure you have valid ' . 'purchase information' . ' to activate the ' .'application'. '. Contact our support team, if you need help.' !!}

@if(isset($notice) && $notice)

{{ 'The purchase' .' information is ' . 'not valid' . ' or it may used in another ' . 'domain or path'.'.' }}

@endif
{!! 'Please enter your ' . 'valid purchased code' . '.'.' Find the Code?' !!}
{!! 'Please enter your '. $env .' username that ' . 'used to purchased'.'.' !!}
{!! 'Please enter a '. 'valid email address' .' as it required for '. 'reset the activation'.'.' !!}
@csrf
{!! 'By clicking the '. 'submit button' .', you agree with the '.ucfirst($env).' Standard License terms along with Sof' . 'tnio ' .'terms and conditions'.'.' !!}