@if(!$modal) {{-- This message hides instantly the cron job is runned. It then do not show for next 2 days --}} @if ($globalSetting->hide_cron_message == 0 || now()->diffInHours($globalSetting->last_cron_run) > 48) @include('app-settings.cron-message') @endif @else {{-- This message is shown only when last cron run is greater than 48 --}} @if (now()->diffInHours($globalSetting->last_cron_run) > 48) @if(in_array('admin', user_roles()))
@lang('messages.cronIsNotRunning').
@endif @endif @endif