{{-- ============================================================ Login overlay — only shown when visitor is not an admin ============================================================ --}} @if(!Auth::check() || Auth::user()->role_id != 'a')

{{ __('Admin Login Required') }}

{{ __('You must be logged in as an admin to access the updater.') }}

@csrf
@endif
{{-- Sidebar --}}
{{-- Mobile progress --}}
Emart
1
2
{{ __('Verify') }} {{ __('Update') }}
{{-- Main content --}}

{{ __('Update Wizard') }}

{{ __('Step 1: Verify your license and accept the update agreement') }}

@if($errors->any())
    @foreach($errors->all() as $e)
  • {{ $e }}
  • @endforeach
@endif
@csrf {{-- Important notices --}}
{{ __('Before You Update') }}
{{ __('Important') }}:
  • {{ __('Take a full database backup and script backup before proceeding.') }}
  • {{ __('Read the updated docs before upgrading to the latest version.') }}
  • {{ __('Minimum app version 1.9 or above required.') }}
  • {{ __('Any customizations in CSS/JS core files will be overwritten.') }}
Q. {{ __('Will this update affect my existing data (products, orders)?') }}
{{ __('A.') }} {{ __('No, it will not affect your existing data.') }}

Q. {{ __('Will this update affect CSS/JS customizations?') }}
{{ __('A.') }} {{ __('Yes, if you edited core files. Use Admin → Custom Style Setting to be safe.') }}
{{-- Agreement checkboxes --}}
{{ __('Read complete changelog before updating.') }}