@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'))
( ! ) Warning: Undefined variable $user in /home/mohamma2/public_html/subdomains/testing.mohammad.jt.mumara.dev/resources/views/themes/default/user/user-setting.blade.php on line 309
Call Stack
#TimeMemoryFunctionLocation
10.0010464888{main}( ).../user-setting.blade.php:0

( ! ) Warning: Attempt to read property "id" on null in /home/mohamma2/public_html/subdomains/testing.mohammad.jt.mumara.dev/resources/views/themes/default/user/user-setting.blade.php on line 309
Call Stack
#TimeMemoryFunctionLocation
10.0010464888{main}( ).../user-setting.blade.php:0
{!! hook_get_output('AutomationUserSettings',$vars) !!} @endif
@endsection @section('page_scripts') @endsection