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

{{ __('Delete') }}

{{ __('Cancel') }}
@csrf @method('delete')

{{ __('You are going to permanently delete the following element. Please confirm your action.') }}
{{ $account->external->identifier }}

@endsection