{{-- ============================================================
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.') }}
@endif
{{-- Sidebar --}}
{{ __('Update wizard will guide you through the update process.') }}
1
{{ __('Verify') }}
{{ __('License & Agreement') }}
2
{{ __('Update') }}
{{ __('Run Migrations') }}
{{-- Mobile progress --}}
1
2
{{ __('Verify') }}{{ __('Update') }}
{{-- Main content --}}
{{ __('Update Wizard') }}
{{ __('Step 1: Verify your license and accept the update agreement') }}