@extends('adminlte::page') @section('title', config('app.name')) @section('content_header')
{{__('Reminder')}}
{{__('The application is in demo mode.')}}
{{ __('Demo mode disables some app features in order to preserve it\'s integrity for everyone who wants to test it. Here\'s what\'s disabled: ') }}
{{ __('To keep everyone safe, IP addresses are censored everywhere in the app, and they\'re also not collected during registration. The IP address lookup feature is also disabled.') }}
{{ __('Only system administrators can disable demo mode - it cannot be disabled via app settings.') }}
{{ __('Note! The database is wiped every six hours during demo mode.') }}
{{__('messages.opening_nodetails_exp')}}
{{__('messages.last_updated')}} @ {{ $vacancy->updated_at }}
@endif{{__('messages.eligibility_status', ['badgeStatus' => ' ' . ($isEligibleForApplication) ? __('messages.eligible') : __('messages.ineligible') .''])}}
{{__('messages.users_staff')}}
{{__('messages.denied_apps')}}
{{__('messages.new_apps')}}