@extends('lethean::layout') @section('title', 'Names') @section('content')
{{ $total }} names registered on the Lethean blockchain.
| Name | Type | Details |
|---|---|---|
| {{ $alias['alias'] ?? '' }}.lthn | {{ ucfirst($type) }} | @if($type === 'gateway') @php preg_match('/cap=([^;]+)/', $comment, $m); @endphp {{ $m[1] ?? '' }} @elseif($type === 'service') @php preg_match('/cap=([^;]+)/', $comment, $m); @endphp {{ $m[1] ?? '' }} @elseif($type === 'reserved') HNS protected @else — @endif |