@extends('pages.settings.ajaxwrapper') @section('settings-page')
@if($settings->settings_cronjob_has_run != 'yes')
{{ cleanLang(__('lang.cronjob_and_emails')) }}. @lang('lang.more_information')
@endif
@if(config('system.settings_type') == 'standalone') {{ cleanLang(__('lang.help_documentation')) }} @endif @endsection