@extends('layouts.landing') @section('title', 'Mi portal') @push('styles') @endpush @section('content')
@include('layouts._partials.header') @include('layouts._partials.menuTeacher', ['activeItem' => 'inicio'])

Horario Semanal

Hoy
{{--
{{ json_encode($schedules, JSON_PRETTY_PRINT) }}
--}}
@include('layouts._partials.footer') @endsection @push('scripts') @endpush