@extends(decide_template()) @section('title', $page_data['title']) @section('page_styles') @endsection @section(decide_content()) @if($errors->any())
@foreach($errors->all() as $error)

{{ $error }}

@endforeach
@endif @if (Session::has('msg'))
{{ Session::get('msg') }}
@endif @if (Session::has('error'))

{{ Session::get('error') }}

@endif

{{trans('user_management.setting.form.label.auto_resume_settings')}}


@if(isCommercialLicense("Commercial ESP"))
@endif
@if (hook_exist('AutomationUserSettings')) {!! hook_get_output('AutomationUserSettings',$vars) !!} @endif
@endsection @section('page_scripts') @endsection