@section("title", "Note $note->id") {{ __('Note') }}

@if(!is_null($note->server)) {{$note->server->hostname}} (server) @elseif(!is_null($note->shared)) {{$note->shared->main_domain}} (shared) @elseif(!is_null($note->reseller)) {{$note->reseller->main_domain}} (reseller) @elseif(!is_null($note->domain)) {{$note->domain->domain}}.{{$note->domain->extension}} (domain) @elseif(!is_null($note->dns)) {{$note->dns->dns_type}} {{$note->dns->hostname}} (DNS) @elseif(!is_null($note->ip)) {{$note->ip->address}} (IP) @endif

{{$note->note}}
{{ route('notes.index') }} {{ route('notes.edit', $note->id) }}