@extends('layouts.main') @section('breadcrumb') @endsection @section('content')
@if ($sip_domain->id)

dns {{ $sip_domain->domain }}

Cancel delete Delete @else

account_box Create a SIP Domain

Cancel @endif
@csrf @method($sip_domain->id ? 'put' : 'post') @if (!$sip_domain->id)
@include('parts.errors', ['name' => 'domain'])
@endif
super) checked @endif>

Enabled

super) checked @endif>

Disabled

@endsection