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

{{ __("Settings") }}

{{ __('Lorem ipsum dolor sit amet, consectetur.') }}
@include('admin.message')
@csrf
{{ __("Personal Information") }}
{{ __("Location Information") }}

{{ __("Your avatar") }}

{{ __("PNG or JPG no bigger than 800px wide and tall.") }}
@if($is_vendor_access)
@endif
@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