@extends('layouts.app') @section('title', 'Free Users Insights') @section('page-title', 'Free Users Insights') @section('breadcrumb', 'Insights / Sales / Free Users') @section('content')
| Learner | Free Product | Enrolled Date | Last Access | Upsell Status | |
|---|---|---|---|---|---|
| {{ $row->user?->name }} | {{ $row->user?->email }} | {{ $row->course?->title ?? '—' }} | {{ $row->enrolled_at?->format('M d, Y') }} | {{ $row->user?->last_login_at?->format('M d, Y') ?? '—' }} |