@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")
{!! Form::close() !!}
@endsection @push('footer-script') @endpush