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

Frequência


@endpush @section('content')

Frequência


@if($role != 'professor') @endif @foreach($matriculas as $key) @foreach($key->frequencias as $k) @if($k->aula_id == $aula->id) @if($k->situacao == 'P') @else @endif @if($role != 'professor') @endif @endif @endforeach @endforeach
# Aluno SituaçãoAções
{{$key->id}} {{$key->aluno['nomecompleto']}} PRESENTE @if($role == 'professor') @else @endif AUSENTE ({{$k->justificativa['descricao']}}@if($k->justificativa == null)Sem Justificativa @endif) @if($role == 'professor') @else @if($k->documento == null) @if($k->justificativa_id != 0) Enviar Documento @endif @else Visualizar Documento @endif @endif Editar
@stop @section('scripts') {!! HTML::script('bower_components/bootstrap-checkbox/dist/js/bootstrap-checkbox.min.js') !!} @endsection