@extends('frontend.layout.dashboard-master') @section('site_title', __('Delete Account')) @section('content')

{{ __('Delete Account') }}

{{ __('Once you delete your account, there is no going back. Please be certain.') }}

{{-- Warning banner --}}

{{ __('This action is permanent and cannot be undone.') }}

  • {{ __('You will be permanently logged out of your account.') }}
  • {{ __('All your profile data, orders, and proposals will be removed.') }}
  • {{ __('Your active subscriptions and wallet balance will be forfeited.') }}
  • {{ __('This account cannot be recovered after deletion.') }}
{{-- Confirmation Modal --}} @endsection @section('script') @endsection