@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{{ __('You do not have any active applications, therefore your account is authorized to submit an application at this time. Feel free to submit one when you\'re ready.') }}
{{ __('Since you already submitted an application, you will not be able to submit a new one. If our team did not approve your application, you will be able submit another one in :daysRemaining days.', ['daysRemaining' => $eligibilityDaysRemaining]) }}
{{__('messages.users_staff')}}
{{__('messages.denied_apps')}}
{{__('messages.new_apps')}}