{@ include(common/header) @}

ドメイン確認

各行列で1つのドメイン名をご入力下さい。

{@ if (isset($data) && !empty($data)) @}

結果

{@ foreach ($data as $d) @} {$ $status = '不明' $} {$ $statusClass = 'status-fumei' $} {@ if ($d['status'] === 'free') @} {$ $status = '登録可能' $} {$ $statusClass = 'status-free' $} {@ elif ($d['status'] === 'reserved') @} {$ $status = '予約済み' $} {$ $statusClass = 'status-reserved' $} {@ elif ($d['status'] === 'active') @} {$ $status = '登録済み' $} {$ $statusClass = 'status-use' $} {@ endif @} {@ endforeach @}
ドメイン名 状況 理由 値段
{{ $d['domain'] }}{{ isset($d['is_premium']) && $d['is_premium'] ? '(プレミアム)' : '' }} {{ $status }} {{ $d['reason'] ?? '' }} {@ if (isset($d['price'])) @} {@ if (isset($d['price']['product'])) @} 商品: {{ $d['price']['product']['price'] }} {{ $d['price']['product']['currency'] }} {@ endif @} {@ if (isset($d['price']['reseller'])) @}
リセラー: {{ $d['price']['reseller']['price'] }} {{ $d['price']['reseller']['currency'] }} {@ endif @} {@ endif @}
{@ endif @} {@ include(common/footer) @}