@foreach(['LTV', 'CAC', 'CHURN', 'NPS'] as $metric)
@endforeach
Aluno |
Data e Hora |
Duração |
Professor |
Status |
@foreach($aulasPendentes as $aula)
{{ $aula->student_name }} |
{{ \Carbon\Carbon::parse($aula->lesson_date_time)->timezone('America/Sao_Paulo')->format('d/m/Y H:i') }} |
{{ $aula->duration_in_minutes ?? 'N/A' }} |
{{ $aula->teacher_name ?? 'N/A' }} |
{{ $aula->lesson_status }} |
@endforeach
@foreach (['jan' => 'Janeiro', 'feb' => 'Fevereiro', 'mar' => 'Março', 'apr' => 'Abril', 'may' => 'Maio', 'jun' => 'Junho', 'jul' => 'Julho', 'aug' => 'Agosto', 'sep' => 'Setembro', 'oct' => 'Outubro', 'nov' => 'Novembro', 'dec' => 'Dezembro'] as $key => $month)
@endforeach
Aulas finalizadas
{{ $totalFinished }}
Professor 12h-
{{ $totalCancelledTooLateByTeacher }}
Aluno 12h-
{{ $totalCancelledTooLateByStudent }}
Recusadas
{{ $totalRefused }}
Name |
Total Créditos |
Última Aula |
Grupo |
Ação |
@foreach($incentivar as $status)
{{ $status->name }} |
{{ $status->total_creditos }} |
{{ \Carbon\Carbon::parse($status->ultima_aula)->format('d/m/Y H:i') }} |
{{ $status->grupo }} |
|
@endforeach