@if ($service == 'system')
@else
@endif
{{ 'System License Activation' }}
{{ 'To unlock the application is required valid purchase information. Please provide your purchase information to activate the application and continue.' }}
@include('Utility::system.register', ['notice' => $notice])
@include('Utility::system.info')
{{ __('Quick Application Setup') }}
{{ __('This setup wizard helps you to complete your application setting quickly which is required to run the application. You can update all the setting anytime later.') }}
@if ($errors->any())
@endif
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@if($state!=='complete')
@include('admin.settings.quick.form-'.$state, ['step' => $state])
@endif