@extends('user.profile.index') @section('profile-content')

{{ __('Delete Account') }}

@include('include.user.message')

{{ __('By deleting your account, all associated data will be permanently removed.') }}

{{ __('Delete') }}
@endsection