@extends('layouts.app') @section('title', 'WHMCS Admin - Dashboard') @section('page-title', 'Dashboard') @section('breadcrumb') @endsection @section('content')
| Time | Activity | User | Status |
|---|---|---|---|
| {{ $activity->created_at->diffForHumans() }} | {{ $activity->description }} | {{ $activity->customer->email ?? ($activity->user->name ?? 'System') }} | {{ ucfirst($activity->action) }} |
| No Record Available | |||
| Customer | License | Plan | Renewal Date | Amount | Status | Actions |
|---|---|---|---|---|---|---|
|
{{ strtoupper(substr($license->customer->first_name, 0, 1) . substr($license->customer->last_name, 0, 1)) }}
{{ $license->customer->first_name }}
{{ $license->customer->last_name }}
{{ $license->customer->email }}
|
{{ $license->product->name }}
{{ $license->license_key }}
|
{{ ucfirst($license->product->type) }} |
{{ $license->expires_at->format('M d, Y') }}
{{ $license->expires_at->diffInDays() }} days remaining
|
${{ number_format($license->product->price, 2) }} | {{ ucfirst($license->status) }} |
|
| No upcoming renewals | ||||||