@extends('layouts.legal')
@section('meta-title', 'Data Deletion — ' . config('legal.app_name'))
@section('meta-description', 'Request deletion, correction, or access to your data held by ' . config('legal.app_name') . '.')
@section('page-title', 'Data Deletion')
@section('toc')
Who can request
What you can request
How it works
Submit a request
@endsection
@section('styles')
@endsection
@section('content')
Who can request this
Anyone with data held by {{ config('legal.app_name') }} can use this page: a restaurant owner, a staff member, or a customer who has placed an order, made a booking, or left a review through a restaurant's {{ config('legal.app_name') }} QR menu.
What you can request
- Deletion of your owner/staff account
- Deletion of your personal data (as a customer, e.g. order or booking details)
- Correction of inaccurate information
- Access to a copy of the data we hold about you
- Deletion of an entire restaurant's data (owner-initiated only)
- Removal of specific uploaded content
How it works
- Verify — we confirm you're who you say you are, using the details you provide below. We will never ask for your password, an OTP, or any card/UPI PIN as part of this process — if anyone claiming to be {{ config('legal.app_name') }} asks you for one, do not provide it.
- Locate — we find the relevant account or records.
- Act — we delete, anonymise, or correct the data as requested, except where a record must be retained for a legal or regulatory reason.
- Confirm — we let you know once your request has been actioned.
We handle requests within a reasonable period, and within any legally required timeframe that applies.
@if(session('success'))
{{ session('success') }}
@endif
@endsection