@extends('layouts.web.master') @section('title') {{ __('Data Deletion Instructions') }} @endsection @section('main_content')

{{__('Data Deletion Instructions')}}

{{__('If you want to delete your data from our system, please follow these steps:')}}

{{__('Send an email to [your-email@example.com] with the subject line “Delete My Data”.')}}

{{__('Include your name and the email address you used to register.')}}

{{__('We will process your request and confirm deletion within 7 business days.')}}

@endsection