@extends('layouts.landing') @section('title', 'Mi portal') @section('content')
@include('layouts._partials.header') @include('layouts._partials.menuTeacher', ['activeItem' => 'home'])
holas profesores
@include('layouts._partials.footer')
@endsection