@extends('layouts.main') @section('breadcrumb') @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