@if(session('success'))
{{ session('success') }}
@endif @if(session('error'))
{{ session('error') }}
@endif @if($errors->any())
{{ $errors->first() }}
@endif @if(Auth::check() && Auth::user()->admin == 1) @if(session('prompt_create_user')) @php($promptData = session('prompt_create_user'))
User not found. Do you want to create this account and enroll the user?
@csrf
@endif @endif
Paid Students ({{ count(array_filter($newProductSells, function($item) { return isset($item->status) && $item->status == 'confirmed'; })) }})
CSV
@foreach($newProductSells as $productSell) @if(!isset($productSell->status) || $productSell->status != 'confirmed') @continue @endif
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