@extends('templates.avaliacoes') @section('content')

LANÇAMENTO ANUAL DE PROVAS E TRABALHOS

Disciplina: {{ $disciplina->descricao }}
{{--
Série: {{ $serie->descricao }}
--}}
Turma: {{ $turma->descricao }}
{{-- */ $user = $roles[0]['pivot']['user_id'] /* --}} {!! Form::open(['route' => 'avaliacoes.store']) !!} @if( $user == 1 || $user == 4) @endif @foreach($dados as $key => $aluno) {{-- 1º bimestre --}} {{--2º bimestre --}} {{--3º bimestre --}} {{--4º bimestre --}} @if( $user == 1 || $user == 4) @endif @endforeach
Número Código Aluno 1º Bimestre 2º Bimestre REC 3º Bimestre 4º Bimestre REC EFCC
SIM
AM
SIM
AB
MÉDIA SIM AV. Quant. SIM
SAS
MÉDIA SIM
AM
SIM
AB
MÉDIA SIM AV. Quant. SIM
SAS
MÉDIA SIM
AM
SIM
AB
MÉDIA SIM AV. Quant. SIM
SAS
MÉDIA SIM
AM
SIM
AB
MÉDIA SIM AV. Quant. SIM
SAS
MÉDIA
{{ ++$key }} {{ $aluno->codigo }} {{ $aluno->nomecompleto }} {!! Form::hidden('id[]', (!empty($aluno->id)) ? $aluno->id : '',['class'=>"form-control"]) !!} {!! Form::text('simam_1[]', (!empty($aluno->simam_1)) ? $aluno->simam_1 : '',['class'=>"form-control simam_1"]) !!} {!! Form::text('simab_1[]', (!empty($aluno->simab_1)) ? $aluno->simab_1 : '',['class'=>"form-control simab_1"]) !!} {!! Form::text('msim_1[]', (!empty($aluno->msim_1)) ? $aluno->msim_1 : '',['class'=>"form-control simbim_1"]) !!} {!! Form::text('avq_1[]', (!empty($aluno->avq_1)) ? $aluno->avq_1 : '',['class'=>"form-control avq_1"]) !!} {!! Form::text('sim_1[]', (!empty($aluno->sim_1)) ? $aluno->sim_1 : '',['class'=>"form-control sim_1"]) !!} {!! Form::text('bim_1[]', (!empty($aluno->bim_1)) ? $aluno->bim_1 : '',['class'=>"form-control med_1"]) !!} {!! Form::text('simam_2[]', (!empty($aluno->simam_2)) ? $aluno->simam_2 : '',['class'=>"form-control simam_2"]) !!} {!! Form::text('simab_2[]', (!empty($aluno->simab_2)) ? $aluno->simab_2 : '',['class'=>"form-control simab_2"]) !!} {!! Form::text('msim_2[]', (!empty($aluno->msim_2)) ? $aluno->msim_2 : '',['class'=>"form-control simbim_2"]) !!} {!! Form::text('avq_2[]', (!empty($aluno->avq_2)) ? $aluno->avq_2 : '',['class'=>"form-control avq_2"]) !!} {!! Form::text('sim_2[]', (!empty($aluno->sim_2)) ? $aluno->sim_2 : '',['class'=>"form-control sim_2"]) !!} {!! Form::text('bim_2[]', (!empty($aluno->bim_2)) ? $aluno->bim_2 : '',['class'=>"form-control med_2"]) !!} {!! Form::text('rec_1[]', (!empty($aluno->rec_1)) ? $aluno->rec_1 : '',['class'=>"form-control text-center", 'style' => $recStyle]) !!} {!! Form::text('simam_3[]', (!empty($aluno->simam_3)) ? $aluno->simam_3 : '',['class'=>"form-control simam_3"]) !!} {!! Form::text('simab_3[]', (!empty($aluno->simab_3)) ? $aluno->simab_3 : '',['class'=>"form-control simab_3"]) !!} {!! Form::text('msim_3[]', (!empty($aluno->msim_3)) ? $aluno->msim_3 : '',['class'=>"form-control simbim_3"]) !!} {!! Form::text('avq_3[]', (!empty($aluno->avq_3)) ? $aluno->avq_3 : '',['class'=>"form-control avq_3"]) !!} {!! Form::text('sim_3[]', (!empty($aluno->sim_3)) ? $aluno->sim_3 : '',['class'=>"form-control sim_3"]) !!} {!! Form::text('bim_3[]', (!empty($aluno->bim_3)) ? $aluno->bim_3 : '',['class'=>"form-control med_3"]) !!} {!! Form::text('simam_4[]', (!empty($aluno->simam_4)) ? $aluno->simam_4 : '',['class'=>"form-control simam_4"]) !!} {!! Form::text('simab_4[]', (!empty($aluno->simab_4)) ? $aluno->simab_4 : '',['class'=>"form-control simab_4"]) !!} {!! Form::text('msim_4[]', (!empty($aluno->msim_4)) ? $aluno->msim_4 : '',['class'=>"form-control simbim_4"]) !!} {!! Form::text('avq_4[]', (!empty($aluno->avq_4)) ? $aluno->avq_4 : '',['class'=>"form-control avq_4"]) !!} {!! Form::text('sim_4[]', (!empty($aluno->sim_4)) ? $aluno->sim_4 : '',['class'=>"form-control sim_4"]) !!} {!! Form::text('bim_4[]', (!empty($aluno->bim_4)) ? $aluno->bim_4 : '',['class'=>"form-control med_4"]) !!} {!! Form::text('rec_2[]', (!empty($aluno->rec_2)) ? $aluno->rec_2 : '',['class'=>"form-control text-center", 'style' => $recStyle]) !!} {!! Form::text('ef[]', (!empty($aluno->ef)) ? $aluno->ef : '',['class'=>"form-control text-center"]) !!} {!! Form::text('cc[]', (!empty($aluno->cc)) ? $aluno->cc : '',['class'=>"form-control cc"]) !!}
{!! Form::submit('Atualizar notas', ['class' => 'btn btn-danger click_form']) !!} {!! Form::close() !!}

@endsection @section('scripts') @endsection