@if($nextLesson)

Sua aula mais próxima registrada

@if(\Illuminate\Support\Carbon::parse($nextLesson->date_time->timezone)->isPast())

{{ $nextLesson->date_time->addHours(3)->diffForHumans() }} {{ $nextLesson->date_time->format('d/m/Y - H:i') }}

Iniciar aula {{-- Link da aula --}} @else

{{ $nextLesson->date_time->format('d/m/Y H:i') }}

{{--

{{ $nextLesson->date_time->addHours(3)->diffForHumans() }}

{{-- ( {{ date('H:i', strtotime($nextLesson->date_time->format('H:i'))) }} ) --}} @endif @if(session('notready'))

Aula ainda não iniciada

@endif
Avatar {{--! Avatar --}}
@else

Nenhuma aula iniciando em breve

Avatar {{-- Avatar --}}
@endif
{{--
@foreach($lastUpdatedLessons as $lesson) @include('web.partials.lessonCard', ['lesson' => $lesson]) @endforeach
--}}
@if (auth()->user()->isTypeTeacher())

Aulas do mês

Aulas da semana

Homeworks já passados

Alunos ativos

Próximas aulas elaboradas e confirmadas
@forelse($lessonsWithLink as $lesson) @include('web.partials.lessonCard', ['lesson' => $lesson]) @empty

Sem próximas aulas

@endforelse
Aulas pendentes
@forelse($pendingLessons as $lesson) @include('web.partials.lessonCard', ['lesson' => $lesson]) @empty

Sem aulas pendentes

@endforelse
Aulas para elaboração
@forelse($lessonsWithoutLink as $lesson) @include('web.partials.lessonCard', ['lesson' => $lesson]) @empty

Todas aulas elaboradas

@endforelse
Aulas para avaliar
@forelse($lessonsWithoutReview as $lesson) @include('web.partials.lessonCard', ['lesson' => $lesson]) @empty

Sem aulas avaliadas

@endforelse

Teste
Brand kit

Fundos virtuais para reunião, wallpappers...

Ver mais
Teste
Biblioteca de aulas

Acesse materiais exclusivos.

Acessar
Teste
Ganhe indicando alunos

Indique alunos iWill.

Experimente
Teste
Redes sociais

Esteja mais conectado com iWill.

Experimente
@elseif (!auth()->user()->isTypeTeacher())
Perfil {{$lastTeacherName}} - {{ \Carbon\Carbon::parse($lastReviewedClassDay)->format('d/m/Y') }}

{{ $lastReviewedLesson->comments ?? 'Sem comentários' }}

{{$studentTotalLessons}}

Aulas até hoje

{{$studentMonthlyLessons}}

Aulas do mês

{{$studentWeeklyLessons}}

Aulas da semana

{{$totalCredits}}

Créditos disponíveis até {{$expirationDate}}

Teste
Teste de nívelamento

Agende um teste aplicado de forma gratuita

Ver mais
Teste
Provas e exercícios

Acesse nossa biblioteca de conteúdos

Ver mais
Teste
Plano de recomendação

Acesse nossa biblioteca de conteúdos

Experimente
Teste
Certificado de horas

Solicite seu certificado de horas de aulas

Ver mais
@endif