@extends('layouts.main') @section('breadcrumb') @endsection @section('content')

delete Delete my account

Cancel
@csrf @method('delete')

You are going to permanently delete your account.

Please enter your complete username to confirm: {{ $account->identifier }}.

@endsection