@include('admin.message') @include('sweetalert::alert')

{{ __('Welcome To Update Wizard') }}

@csrf

Before update make sure you take your database backup and script backup from server so in case if anything goes wrong you can restore it.


Before update make sure you read this FAQ.

  • Q. Will This Update affect my existing data eg. product data, orders?
    Answer: No it will not affect your existing .

  • Q. Will This Update affect my customization eg. in CSS,JS or in Core code ?
    Answer: Yes it will affect your changes if you did changes in code files
    If you customize CSS or JS using Admin -> Custom Style Setting Than all your change will not affect else it will affect.

{{__('Domain Detail')}}


{{ __('Looks good!') }}
@error('domain')
{{$message}}
@enderror
{{ __('Looks good!') }}
@if($errors->any())
{{$errors->first()}}
@endif @error('code')
{{$message}}
@enderror {{ __('Where Is My Purchase Code') }} ?
Read complete changelog of update by clicking here.

©{{ date('Y') }} | {{ __('eclass Updater') }} | {{ __('Mediacity') }}

{{ __('Updater') }}