{{ session('success_message') }}
@endif
@if(session('error_message')){{ session('error_message') }}
@endif
@if ($unpaid_invoice_id)
You have an unpaid invoice for this service.
Pay Invoice
@endif
{{ $order->product->name }}
Status: {{ $order->status }}
{{ $order->domain_name }}
Disk Usage
{{ round($disk_usage_percent) }}%
{{ $disk_usage_text }}
Bandwidth
{{ round($bandwidth_usage_percent) }}%
{{ $bandwidth_usage_text }}
Quick Shortcuts
@if ($order->status === 'Active')
@foreach ($shortcuts as $shortcut)
{{ $shortcut['label'] }}
@endforeach
@else
Shortcuts are available once the service is active.
@endifRegistration Date{{ $order->created_at->format('d/m/Y') }}
Recurring Amount৳{{ number_format($order->product->price, 2) }} BDT
Next Due Date{{ ($order->status === 'Active' && !empty($order->activated_at)) ? \Carbon\Carbon::parse($order->activated_at)->addMonth()->format('d/m/Y') : 'N/A' }}
Billing Cycle{{ $order->product->term }}
Payment Method{{ !empty($order->payment_method) ? $order->payment_method : 'N/A' }}
{{ $order->domain_name }}
Visit Website