@extends('templates.template') @push('page-title')

Lançando notas do aluno - {{$matricula->aluno->nomecompleto}}

Turma: {{$matricula->turma->descricao}}

Sistema de notas: {{$matricula->turma->sistemaBNCC->descricao}}

@endpush @section('content') {!! Form::open(['url' => route('gestaodeaulas.lancarNotasBNCC', ['matricula_id', $matricula->id])]) !!} {!! Form::hidden('matricula_id', $matricula->id) !!} {!! Form::hidden('turma_id', $matricula->turma_id) !!}

Legenda

@forelse($matricula->turma->sistemaBNCC->legenda as $key => $legendaItem)

{{$key}} -> {{$legendaItem}}

@empty

Esse sistema de notas não tem legenda cadastrada

@endforelse
IMPRIMIR @forelse($matricula->turma->sistemaBNCC->children as $campo) @forelse($campo->children()->orderBy('apelido', 'asc')->get() as $objetivo)
{{$campo->descricao}} BIM 1 BIM 2 BIM 3 BIM 4