@extends('layouts.landing') @section('title', 'Inicio') @section('content')
{{-- Anuncios vigentes para este usuario --}} @if(isset($anuncios) && $anuncios->count())
@foreach($anuncios as $anuncio) @php $cfg = $anuncio->typeConfig(); @endphp @endforeach
@endif {{-- Contenido de bienvenida --}}

Bienvenido al Sistema Educativo SECUIEP

Utiliza el menú lateral para acceder a los módulos disponibles.

@endsection