@extends('layout.default') @push('styles') @endpush @section('content')
Dispensa em lote
Ano *
somente números
@include('form.select-year')
Instituição * @include('form.select-institution')
Escola * @include('form.select-school')
Curso @if(old('ref_cod_curso', Request::get('ref_cod_curso'))) @push('scripts') @endpush @endif
Série @if(old('ref_cod_serie', Request::get('ref_cod_serie'))) @push('scripts') @endpush @endif
Turma @include('form.select-school-class')
Situação
Componentes curriculares * @inject('service', 'App\Services\SchoolGradeDisciplineService')
Tipo de dispensa *
Tipo de etapa * @include('form.stage-type')
Etapa *
Observações
Não remover frequências lançadas?
@if(Session::has('registrations'))

Matrículas alteradas


@foreach(Session::get('registrations') as $registration) @endforeach
Matrícula Nome Data de matrícula Data de enturmação
{{ $registration->cod_matricula }} {{ $registration->student->person->name }}
@endif @endsection @prepend('styles') @endprepend @prepend('scripts') @if(Request::get('ref_cod_componente_curricular')) @push('scripts') @endpush @endif @endprepend