@extends('layouts.pruebaplantilla') @section('css', '../resources/css/estilos.css') @section('titulo', 'CALENDARIO') @section('barra')
@endsection @section('contenido')
@if (optional(Auth::user())->US_ROL == 'INVESTIGADOR')
@endif
@if (optional(Auth::user())->US_ROL == 'INVESTIGADOR') @endif
Evento proximos
@endsection @section('svg-footer', '../resources/svg/footer.svg') @section('script', '../resources/js/modoDaltonico.js')