{{-- Comes back on its own: an update takes a minute, and nobody should have
to guess whether to keep hitting reload. --}}
{{ config('app.name') }}
{{-- Self-contained on purpose: this page is shown while the application is
mid-deploy or freshly installed, which is exactly when the Vite
manifest may not exist. Pulling it in through @vite would throw an
exception instead of rendering the reassurance the visitor came for. --}}
@include('partials.updating-panel')