Resumo

Vocabulário da aula

Homework

Resumo
Vocab
Homework
@if($content) @foreach($content as $item)

{{ $item['title'] }}

abrir
@foreach($item['content'] as $block)

{{$block->title}}

@if($item['title'] == 'Full Class')
{!! $block->full_class !!}
@endif

{{$block->content}}

@if($block->links)

Links

@foreach ($block->links as $link) {{ $link['title'] }} @endforeach
@endif
@endforeach
@endforeach @endif
@if($detail_lesson->lesson_vocabulary()->count() > 0)
@foreach($detail_lesson->lesson_vocabulary as $word)

{{ $word->word }}

{{ $word->translation }}

@if($word->fixed_by_student) @else @endif
@endforeach
@else
Aguardando vocabulário
@endif
@if($detail_lesson->lesson_homework()->count() > 0)
    @foreach($detail_lesson->lesson_homework as $homework)
  • checked_by_student)class="active"@endif> @if($homework->checked_by_student) check @else check @endif

    {{$homework->title}}

    @if($homework->link) Ver tarefa @endif
  • @endforeach
@else

Homework

@endif