@extends("client.layouts.app") @section("title", __("client.ssl.show_title", ["domain" => $order->domain ?: __("client.ssl.order_fallback", ["id" => $order->id])])) @section("content")
@if(session('success')){{ $order->domain ?: '—' }}
{{ $order->cert_type ?: '—' }}
{{ $order->validation_method ?: '—' }}
{{ $order->approver_email ?: '—' }}
{{ $order->completion_date?->format('d M Y') ?: '—' }}
{{ $order->crt_expires->format('d M Y') }} @if($order->daysUntilExpiry() !== null) ({{ $order->daysUntilExpiry() }} {{ __('client.ssl.days_remaining') }}) @endif
{{ $order->domains }}
{{ $order->service->product->name }}
{{ $order->service->product->description }}