@extends('layout.template') @section('title', 'SICCAP ICATEP') @section('content')

Historial de Aulas

@if (session('success'))
{{ session('success') }}
@endif @if (session('error'))
{{ session('error') }}
@endif
@endsection @push('scripts') @endpush