@extends('layouts.main') @section('breadcrumb') @include('admin.account.parts.breadcrumb_accounts_index') @endsection @section('content')

Delete an account contact

@csrf @method('delete')

You are going to remove the following contact from the contact list. Please confirm your action.

{{ $contact->identifier }}

@endsection