@if (!empty($cronJobLastExecution))
{{ __('Last cronjob execution') }} ({{ \Carbon\Carbon::parse(strtotime($cronJobLastExecution))->format('j F, Y - H:i:s') }})
@endif