@extends('layouts.user') @section('title', trans('app.Welcome To')) @section('page-title', trans('app.Welcome To')) @section('page-subtitle', trans('app.Manage your licenses and products')) @section('seo_title', $siteSeoTitle ?? trans('app.Welcome To')) @section('meta_description', $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.All registered users') }}
{{ trans('app.All issued licenses') }}
{{ trans('app.Support requests') }}
{{ trans('app.All invoices') }}
{{ trans('app.Available products') }}
{{ trans('app.Currently active') }}
{{ trans('app.Completed payments') }}
{{ trans('app.Awaiting response') }}
{{ trans('app.Get help and support') }}
{{ trans('app.View and manage invoices') }}
{{ trans('app.Find answers and guides') }}
{{ trans('app.Discover and purchase new products') }}
{{ trans('app.Check back later for new products') }}
v{{ $product->version ?? '-' }}
{{ Str::limit($product->description, 100) }}
@endif {{ trans('app.View Details') }}