@extends('layouts.dashboard') @section('title', 'Delete Profile - ' . $siteName) @section('styles') @endsection @section('content')

Delete Profile

After pressing the delete button your profile will be permanently deleted. All matches you've looked, connected or contacted and chat history will be deleted.

@csrf
@endsection @section('scripts') @endsection