@extends('layout.default') @push('styles') @endpush @section('content')
@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