| Student | Type | Amount | Date | Referral | Actions |
|---|---|---|---|---|---|
|
{{ strtoupper(substr($productSell->user['name'] ?? 'U', 0, 1)) }}
@if(!empty($productSell->user['id']))
{{ $productSell->user['name'] ?? 'Unknown' }}
@else
{{ $productSell->user['name'] ?? 'Unknown' }}
@endif
{{ $productSell->user['email'] }} {{ $productSell->user['phone'] }} |
Fatal error: Uncaught Error: Class "App\Models\UserSubscription" not found in /home/investorpath/public_html/braintem.org/resources/views/web/default/view/product/paid-students.blade.php:91 Stack trace: #0 {main} thrown in /home/investorpath/public_html/braintem.org/resources/views/web/default/view/product/paid-students.blade.php on line 91 |