@extends("front/layout.master") @php $sellerac = App\Store::where('user_id','=', $user->id)->first(); @endphp @section('title', __('staticwords.ManageAccount') . ' | ') @section('body')
{{ __('Administrators cannot delete their own account from this panel. Ask another administrator to remove your account from the Users section.') }}
@elseif($user->deletion_requested){{ __('Your account-deletion request was sent on') }} {{ \Illuminate\Support\Carbon::parse($user->deletion_requested_at)->format('d M Y, h:i A') }}. {{ __('An administrator will review and process it. You can cancel any time before approval.') }}
@if($user->deletion_reason){{ __('Reason given:') }} {{ $user->deletion_reason }}
@endif @else{{ __('Once your request is approved by an administrator your account will be permanently deleted. Past orders will be retained for legal and accounting reasons but personal information will be removed. This action cannot be undone.') }}
@endif