@extends('layouts.main') @section('breadcrumb') @include('admin.account.parts.breadcrumb_accounts_index') @include('admin.account.parts.breadcrumb_accounts_edit', ['account' => $account]) @endsection @section('content')

trash Delete an account

Cancel
@csrf @method('delete')

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

@endsection