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

delete Delete an account

Cancel
@csrf @method('delete')

You are going to permanently delete the following account. Please confirm your action.
{{ $account->identifier }}

@endsection