@extends('front_end.pages.settings.layout') @section('title', 'Delete Account - Socialink') @section('settings_content')
Delete Account
@if(session('error'))
{{ session('error') }}
@endif
Warning: This action is permanent

Deleting your account will remove all your data from our platform. This action cannot be undone.

Before you proceed, please understand the following:

@csrf
@error('password')
{{ $message }}
@enderror
@error('confirm_delete')
{{ $message }}
@enderror
Cancel
@endsection