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

Agendas por Turma

Gerencie todas as suas informações

@endpush @section('content') @if (session('status'))
{{ session('status') }}
@endif
Voltar
Suas Agendas
@foreach($turmas as $turma) @endforeach
Turmas Turnos Agendas
{{$turma['descricao'] ?? '- - -'}} {{$turma->turno->descricao ?? '- - -'}} @if(count($turma->agendas, 10) > 0) Total de agendas: @else Total de agendas: @endif
{!! $turmas->render() !!}
@endsection @push('scripts') {!! HTML::script('bower_components/bootstrap-checkbox/dist/js/bootstrap-checkbox.min.js') !!} @endpush