@extends('layouts.user') @section('head') @endsection @section('content')

{{__("Settings")}} {{__("Change Password")}}

@include('admin.message')
@csrf
{{__("Personal Information")}}
@if($is_vendor_access)
@endif
{{__("Browse")}}…
{{__("Location Information")}}

@if(!empty(setting_item('user_enable_permanently_delete')) and !is_admin())

{{__("Delete account")}}

{!! clean(setting_item_with_lang('user_permanently_delete_content','',__('Your account will be permanently deleted. Once you delete your account, there is no going back. Please be certain.'))) !!}
{{__('Delete your account')}}
@endif @endsection @section('footer') @endsection