@extends('layouts.landing')
@section('title', 'Mi portal')
@section('content')
@include('layouts._partials.header')
@include('layouts._partials.menuAuxiliar', ['activeItem' => 'attendance'])
@include('auxiliar.attendance.read')
@include('layouts._partials.footer')
@endsection