@extends('errors._shell') @section('title', 'Under maintenance') @section('status_code', '503') @section('brand_headline', 'The portal is under maintenance.') @section('brand_body', 'We\'re making the system better. The portal will be back shortly — thanks for your patience.') @section('heading', 'Under maintenance') @section('subheading', 'We\'ll be back in a moment.') @section('body')

The recruitment portal is temporarily offline for scheduled maintenance. This page will refresh automatically every 60 seconds. If you were mid-exam, your answers are stored locally and will be recovered when the system is back.

@endsection @section('actions') Retry now @endsection @section('body_scripts') {{-- Auto-retry via JS (more controllable than ; respects user's "stop retrying" click). 60s cadence matches the healthy heartbeat window. --}} @endsection