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