{{ __('app.admin_area') }}

@include('flashmsg.php')

{{ __('app.environment') }}

@csrf
 {{ __('app.enable_scroller') }}
 {{ __('app.pwa_enable') }}
 {{ __('app.enable_tasks') }}
 {{ __('app.enable_inventory') }}
 {{ __('app.enable_calendar') }}

 {{ __('app.enable_chat') }}
 {{ __('app.enable_system_messages') }}
 {{ __('app.system_message_plant_log') }}
 {{ __('app.show_chat_onlineusers') }}
 {{ __('app.show_chat_typingindicator') }}

 {{ __('app.enable_history') }}

 {{ __('app.plantrec_enable_label') }}

 {{ __('app.enable_photo_share') }}

{{ __('app.generate_cronpw_hint') }}

{{ __('app.custom_head_code_hint') }}

{{ __('app.admin_media') }}

@csrf
@csrf
@csrf
@csrf
@csrf

{{ __('app.users') }}

@foreach ($user_accounts as $user_account) @endforeach
@if ((isset($_GET['user_password'])))
{!! __('app.user_created_password', ['pw' => $_GET['user_password']]) !!}
@endif
{{ __('app.create') }}

{{ __('app.locations') }}

@foreach ($locations as $location)
@csrf
#{{ $location->get('id') }}
get('active')) ? 'checked' : '' }}/> {{ __('app.active') }}
@endforeach
{{ __('app.add_location') }}

{{ __('app.auth') }}

@csrf
 {{ __('app.auth_proxy_enable') }}
 {{ __('app.auth_proxy_warning') }}
@if (!UtilsModule::isHTTPS())
 {{ __('app.auth_proxy_no_https_detected') }}
@endif
 {{ __('app.auth_proxy_sign_up') }}
 {{ __('app.auth_proxy_hide_logout') }}

{{ __('app.attributes') }}

 {{ __('app.allow_custom_attributes') }}

{{ __('app.attributes_schema_hint') }}

@foreach ($global_attributes as $global_attribute)
@csrf
#{{ $global_attribute->get('id') }}
get('active')) ? 'checked' : '' }}/> {{ __('app.active') }}
@endforeach
{{ __('app.add_custom_attribute') }}

{{ __('app.attributes_visibility_hint') }}

@foreach ($plant_attributes as $plant_attribute)
get('active')) ? 'checked': '') }}> {{ __('app.' . $plant_attribute->get('name')) }}
@endforeach

{{ __('app.custom_bulk_commands') }}

@foreach ($bulk_cmds as $bulk_cmd)
@csrf
#{{ $bulk_cmd->get('id') }}
@endforeach
{{ __('app.add_bulk_cmd') }}

{{ __('app.calendar') }}

@foreach ($calendar_classes as $calendar_class) @endforeach
{{ __('app.add_calendar_class') }}

{{ __('app.mail') }}

@csrf

{{ __('app.themes') }}

{{ __('app.themes_hint') }}


{{ __('app.theme_list') }}

@foreach ($themes as $theme) @endforeach
{{ __('app.theme_name') }} {{ __('app.theme_version') }} {{ __('app.theme_author') }} {{ __('app.theme_contact') }}
{{ $theme->name }} {{ $theme->version }} {{ $theme->author }} {{ $theme->contact }}

{{ __('app.export') }}

 {{ __('app.locations') }}
 {{ __('app.plants') }}
 {{ __('app.gallery') }}
 {{ __('app.tasks') }}
 {{ __('app.inventory') }}
 {{ __('app.calendar') }}

@csrf
 {{ __('app.auto_backup') }}

{{ __('app.import') }}

 {{ __('app.locations') }}
 {{ __('app.plants') }}
 {{ __('app.gallery') }}
 {{ __('app.tasks') }}
 {{ __('app.inventory') }}
 {{ __('app.calendar') }}

{{ __('app.weather') }}

@csrf
 {{ __('app.enable_weather') }}

{{ __('app.api') }}

{{ __('app.admin_api_hint') }}

{{ __('app.add') }}
@if ((is_countable($api_keys)) && (count($api_keys) > 0)) @foreach ($api_keys as $api_key) @endforeach
{{ __('app.token') }} {{ __('app.toggle') }}
{{ $api_key->get('token') }}   get('active')) ? 'checked': '') }}/> {{ __('app.active') }}
@endif
{{ __('app.hortusfox_version', ['version' => config('version')]) }}
{{ __('app.php_version', ['version' => phpversion()]) }}
{{ __('app.mysql_version', ['version' => VersionModel::getSqlVersion()]) }}
{{ __('app.server_system_info', ['osn' => php_uname('s'), 'osv' => php_uname('v'), 'mt' => php_uname('m')]) }}
{{ __('app.server_timezone', ['time' => date('Y-m-d H:i') . ' (' . date_default_timezone_get() . ')']) }}
{{ __('app.render_time', ['time' => round(microtime(true) - ASATRU_START, 4)]) }}
@if (env('APP_SERVICE_URL'))
 {{ __('app.admin_support') }}
@endif @if (env('APP_GITHUB_SPONSOR'))
 {{ __('app.donation_sponsoring') }}
@endif @if (env('APP_DONATION_KOFI'))
 {{ __('app.donation_kofi') }}
@endif
@if (env('APP_SOCIAL_DISCORD')) social-discord @endif @if (env('APP_SOCIAL_MASTODON')) social-mastodon @endif @if (env('APP_SOCIAL_YOUTUBE')) social-youtube @endif

{{ __('app.extensions') }}

 {{ __('app.expand') }}
$current_version) { ?>  {!! __('app.new_version_available', ['current_version' => $current_version, 'new_version' => $new_version, 'url' => env('APP_GITHUB_URL') . '/releases/tag/v' . $new_version]) !!}  {{ __('app.no_new_version_available') }}
{{ __('app.check_for_new_version') }}