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

@lang($pageTitle)

@endsection @push('head-script') @endpush @section('content')

@lang('modules.profile.updateTitle')

{{-- @include('sections.admin_setting_menu') --}}
@csrf {{-- @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(hasAccessOf('profile_settings')['is_write'])
@endif
@endsection @push('footer-script') @endpush