Associates
{{-- --}}
| # | Name | Enrollment Date & Time | Contact No | PackageName | Amount | |||||
|---|---|---|---|---|---|---|---|---|---|---|
| {{($key+1) + ($associates->currentPage() - 1)*$associates->perPage()}} | {{$associate->name}} | {{$associate->email}} | {{$associate->created_at->format('d-M-Y H:i')}} | {{$associate->phone}} | @php $purchase_plan = App\Models\PlanPurchase::where('user_id',$associate->id)->with('plan')->first(); @endphp{{$purchase_plan->plan->title}} | ₹ {{$purchase_plan->amount}} | ||||
Nothing Found |
||||||||||
{!! $associates->links() !!}