@extends("admin.layouts.app") @section("title", "SSL Order #" . $order->id) @section("content")
{{ $order->domain ?: '—' }}
{{ $order->cert_type ?: '—' }}
{{ $order->status }}
{{ $order->module ?: '—' }}
{{ $order->remote_id ?: '—' }}
{{ $order->validation_method ?: '—' }}
{{ $order->order_date?->format('d M Y H:i') ?: $order->created_at->format('d M Y H:i') }}
{{ $order->completion_date?->format('d M Y H:i') ?: '—' }}
@if($order->crt_expires) {{ $order->crt_expires->format('d M Y') }} @if($order->daysUntilExpiry() !== null) ({{ $order->daysUntilExpiry() }} {{ __('admin.ssl.days') }}) @endif @else — @endif
{{ $order->domains }}
{{ $order->approver_email }}
{{ $order->admin_first_name }} {{ $order->admin_last_name }}
{{ $order->admin_email }}
{{ $order->admin_phone ?: '—' }}
{{ $order->admin_org ?: '—' }}
{{ collect([$order->admin_address, $order->admin_city, $order->admin_state, $order->admin_zip, $order->admin_country])->filter()->implode(', ') ?: '—' }}
{{ $order->client->first_name }} {{ $order->client->last_name }}
{{ $order->client->email }}
{{ __('admin.ssl.view_client') }} @else{{ __('admin.ssl.no_client') }}
@endif{{ $order->service->product?->name ?? 'Service #' . $order->service_id }}
Status: {{ $order->service->status }}
{{ __('admin.ssl.view_service') }}