@extends('layouts.client-app') @section('page-title')

{{ __($pageTitle) }}

@endsection @section('content')
@lang("modules.profile.updateTitle")
{!! Form::open(['id'=>'updateProfile','class'=>'ajax-form','method'=>'PUT']) !!}
@lang("modules.profile.passwordNote")
email_notifications) checked @endif name="email_notifications" id="email_notifications1" value="1">
email_notifications) checked @endif id="email_notifications2" value="0">
@if(is_null($userDetail->image)) @else @endif
@lang("app.selectImage") @lang("app.change") @lang("app.remove")
@if($superadmin->google_calendar_status == 'active' && !is_null($global->googleAccount))

@lang('app.googleCalendarModule')



calendar_module) && $user->calendar_module->lead_status) checked @endif type="checkbox">
calendar_module) && $user->calendar_module->leave_status) checked @endif type="checkbox">
calendar_module) && $user->calendar_module->invoice_status) checked @endif type="checkbox">
calendar_module) && $user->calendar_module->contract_status) checked @endif type="checkbox">
calendar_module) && $user->calendar_module->event_status) checked @endif type="checkbox">
calendar_module) && $user->calendar_module->task_status) checked @endif type="checkbox">
calendar_module) && $user->calendar_module->holiday_status) checked @endif type="checkbox">
@endif
{!! Form::close() !!}
@endsection @push('footer-script') @endpush