{!! Form::model($emails,['url' => 'post-scheduler', 'method' => 'PATCH']) !!}

{{Lang::get('lang.cron_settings')}}

@if (count($errors) > 0)
{{Lang::get('lang.woops')}} {{Lang::get('lang.theirisproblem')}}

    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @if($warn!=="")
{!!$warn!!}
@endif @if(Session::has('success'))
{!!Session::get('success')!!}
@endif @if(Session::has('fails'))
{!! Lang::get('lang.alert') !!}! {!!Session::get('fails')!!}
@endif
 {!!Lang::get('lang.crone-url-message')!!} {!!Lang::get('lang.click')!!} {!!Lang::get('lang.check-cron-set')!!}
{!! Form::label('email_fetching',Lang::get('lang.email_fetch')) !!}
{!! Form::checkbox('email_fetching',1,true) !!} {{Lang::get('lang.fetch_auto-corn')}}
{!! Form::label('notification_cron',Lang::get('lang.notification-email')) !!}
{!! Form::checkbox('notification_cron',1,true) !!} {{Lang::get('lang.cron_notification')}}
{!! Form::label('condition',Lang::get('lang.auto_close_workflow')) !!}
condition == 1) checked @endif"> {{Lang::get('lang.enable_workflow')}}