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

trash Delete a SIP Domain

Cancel
@csrf @method('delete')

You are going to permanently delete the following domain please confirm your action.

{{ $sip_domain->domain }}

This will also destroy {{ $sip_domain->accounts()->count() }} related accounts

@include('parts.errors', ['name' => 'domain'])
@endsection