@extends('themes.default1.admin.layout.admin') @section('Settings') active @stop @section('settings-bar') active @stop @section('cron') class="active" @stop @section('HeadInclude') @stop @section('PageHeader')

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

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

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

@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')}}
@stop