@extends('admin.layouts.app') @section('title', 'Apertura de Notas') @section('page_title', 'Apertura de Notas') @section('content')

Apertura de Notas por Periodo

@if(session('status'))
{{ session('status') }}
@endif @if($errors->any())
@foreach($errors->all() as $error)
{{ $error }}
@endforeach
@endif
Calificaciones - Fechas de Registro
Ano Academico Activo: {{ $annio }}
@csrf @forelse($rows as $row) @empty @endforelse
Periodo Fecha Inicio Notas Fecha Fin Notas Estado Accion
{{ $row->label }} @if($row->habilitado) Habilitado @else No habilitado @endif @csrf
No hay periodos registrados.
@endsection