@extends('layouts.user') @section('title', 'Dashboard') @section('topbar-title', 'Dashboard') @section('content')
Here's an overview of your licenses and activity.
| Product | IP | Status | |
|---|---|---|---|
| {{ $lic->product->name }} | {{ $lic->valid_ip }} | {{ $lic->status }} | View |
| Invoice | Product | Amount | Status |
|---|---|---|---|
| {{ $order->invoice_number }} | {{ $order->plan->product->name }} | ${{ number_format($order->amount, 2) }} | {{ ucfirst($order->status) }} |