@push('styles') @endpush @extends('web.profile.profile-master') @section('trash-content')

{{ __('Delete Your Account') }}

{{ __(' By deleting your account, all your posts, personal data, and associated information will be permanently removed from our platform. However, you can request account recovery by contacting our support team at') }} {{ __('support@example.com') }} {{ __('within 07 days from today.') }}

{{ __('Important:') }} {{ __('Once the 07-day period expires, your account and data cannot be recovered. Please ensure you understand the implications before proceeding.') }}
@csrf
@error('agree') {{ $message }} @enderror
@endsection @push('script') @endpush