@extends('layouts.admin') @section('title', $user->name) @section('topbar-title', 'User Detail') @section('content')
| Key | Product | IP | Status | Expires | |
|---|---|---|---|---|---|
| {{ $lic->license_key }} | {{ $lic->product->name }} | {{ $lic->valid_ip }} | {{ $lic->status }} | {{ $lic->expires_at?->format('M j, Y') ?? '—' }} | Manage |
| No licenses | |||||
| Invoice | Product | Cycle | Amount | Status | Date |
|---|---|---|---|---|---|
| {{ $order->invoice_number }} | {{ $order->plan->product->name }} | {{ $order->billing_cycle }} | ${{ number_format($order->amount, 2) }} | {{ ucfirst($order->status) }} | {{ $order->created_at->format('M j, Y') }} |
| No orders | |||||