@extends('layouts.landing') @section('title', 'Gestión de Tutores') @section('content')
@include('layouts._partials.header') @include('layouts._partials.menuAdmin', ['activeItem' => 'tutores'])
@include('layouts._partials.footer') @include('admin.tutors.create') @include('admin.tutors.editTutor') @include('admin.tutors.delete') @include('components.alert-request') @if (!$hasActiveAcademicYear) @if (empty($academicYears) || is_null($activeAcademicYearId)) @endif @endif
@endsection