Scheduler Jobs

{{Form::select('command', ['backup:database'=>'Database backup'], '', ['class' => 'form-control'] ) }} @if ($errors->has('command')) {{ $errors->first('command') }} @endif
{{Form::select('interval', ['backup:database'=>'Database backup'], '', ['class' => 'form-control'] ) }} @if ($errors->has('interval')) {{ $errors->first('interval') }} @endif
@include('common.modal.delete_confirm_modal',[ 'entity' => 'database_backup' ]) @include('common.modal.restore_database_modal',[ 'entity' => 'database_restore' ]) @section('custom-scripts') @append