{!! __('backend.systemLicenseAndUpdate') !!}
@if(Helper::GeneralWebmasterSettings("license") && Helper::GeneralWebmasterSettings("purchase_code")!="")
@else
{!! __('backend.activateLicenceForUpdate') !!}

{!! Form::text('domain',@$_SERVER['SERVER_NAME'], array('disabled' => '','class' => 'form-control', 'dir'=>trans('backLang.ltr'))) !!}
{!! Form::textarea('purchase_code',"", array('id' => 'purchase_code','class' => 'form-control', 'dir'=>'ltr','rows'=>'3')) !!}
Enter random values in field.
@endif