@extends('layouts.user') @section('title', trans('app.Dashboard')) @section('page-title', trans('app.Welcome Back')) @section('page-subtitle', trans('app.Manage your licenses and products')) @section('seo_title', $seoTitle ?? $siteSeoTitle ?? trans('app.Dashboard')) @section('meta_description', $seoDescription ?? $siteSeoDescription ?? trans('app.Manage your licenses, track downloads, and access support from your personal dashboard')) @section('content')
{{ trans('app.Manage your licenses, track downloads, and access support from your personal dashboard') }}
{{ trans('app.Currently active') }}
{{ trans('app.Available products') }}
{{ trans('app.Awaiting response') }}
{{ trans('app.License downloads') }}
{{ trans('app.All invoices') }}
{{ trans('app.Completed payments') }}
{{ trans('app.Awaiting payment') }}
{{ trans('app.Cancellations') }}
{{ trans('app.Get help and support') }}
{{ trans('app.View and manage invoices') }}
{{ trans('app.Find answers and guides') }}
{{ trans('app.Manage your purchased licenses') }}
{{ trans('app.You haven\'t purchased any licenses yet') }}
| {{ trans('app.Product') }} | {{ trans('app.License Type') }} | {{ trans('app.Status') }} | {{ trans('app.Support') }} | {{ trans('app.Actions') }} |
|---|---|---|---|---|
|
{{ $license->product?->name ?? 'N/A' }}
v{{ $license->product?->version ?? '-' }}
|
{{ ucfirst($license->license_type ?? '-') }} | {{ ucfirst($license->status) }} | {{ optional($license->support_expires_at)->format('M d, Y') ?? '-' }} | @if($license->product) {{ trans('app.View Details') }} @else {{ trans('app.N/A') }} @endif |
{{ trans('app.Manage your invoices and payments') }}
{{ trans('app.You don\'t have any invoices yet') }}
| {{ trans('app.Invoice') }} | {{ trans('app.Product') }} | {{ trans('app.Amount') }} | {{ trans('app.Status') }} | {{ trans('app.Due Date') }} | {{ trans('app.Actions') }} |
|---|---|---|---|---|---|
|
{{ $invoice->invoice_number }}
{{ $invoice->created_at->format('M d, Y') }}
|
{{ $invoice->license->product->name ?? 'N/A' }}
{{ $invoice->license->license_type ?? 'N/A' }}
|
${{ number_format($invoice->amount, 2) }} | {{ ucfirst($invoice->status) }} | {{ $invoice->due_date ? $invoice->due_date->format('M d, Y') : 'N/A' }} | {{ trans('app.View') }} |
{{ trans('app.Check back later for new products') }}
v{{ $product->version ?? '-' }}
{{ Str::limit($product->description, 100) }}
@endif {{ trans('app.View Details') }}