@extends('layouts.app') @section('title', 'WHMCS Admin - Customers') @section('page-title', 'Customer Management') @section('breadcrumb') Dashboard @endsection @section('operation') @endsection @section('content')
| Customer | Company | Licenses | Status | Joined | Actions | ||
|---|---|---|---|---|---|---|---|
|
{{ strtoupper(substr($customer->first_name, 0, 1) . substr($customer->last_name, 0, 1)) }}
{{ $customer->first_name }}
{{ $customer->last_name }}
ID: {{ $customer->id }}
|
{{ $customer->email }} | {{ $customer->company ?? '-' }} | {{ $customer->licenses_count ?? 0 }} | {{ ucfirst($customer->status) }} | {{ $customer->created_at->format('M d, Y') }} |
|
|
|
JD
John Doe
ID: 1
|
john.doe@example.com | Acme Corp | 3 | Active | Jan 15, 2024 |
|