@extends('layouts.app')
@section('title', 'Dashboard | Gerencia Docente')
@section('content')
@if ($errors->any())
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
@endsection
@section('modals')
@include('modal.semester')
@include('modal.semester-clone')
@include('modal.user-add')
@endsection
@section('scripts')
@endsection