@extends('client.layouts.main') @section('title', 'Domain Details') @section('content')
{{ $domain->domain_name }}
@php $statusColors = [ 'active' => 'success', 'pending' => 'warning', 'expired' => 'danger', 'cancelled' => 'default', 'transferred' => 'info', ]; @endphp {{ ucfirst($domain->status) }}
{{ $domain->registration_date ? $domain->registration_date->format('M d, Y') : '-' }}
{{ $domain->expiry_date ? $domain->expiry_date->format('M d, Y') : '-' }}
{{ $domain->registrar->name ?? '-' }}
{{ number_format($domain->registration_price, 2) }}
{{ number_format($domain->renewal_price, 2) }}
{{ $domain->billingCycle->name ?? '-' }}
{{ $domain->next_due_date ? $domain->next_due_date->format('M d, Y') : '-' }}
Current Status: @if($domain->auto_renew) Enabled @else Disabled @endif
Current Status: @if($domain->theft_protection) Enabled @else Disabled @endif
Current Status: @if($domain->id_protection) Enabled @else Disabled @endif
Request the EPP/Authorization code needed to transfer this domain to another registrar.
Get EPP Code