@extends("emails.layout.email") @section('content')

{{ $title }}

Nuevo evento registrado con folio # {{ $event->id }}

Nombre del solicitante: {{ $event->user->username }}
Dia: {{ $event->day }}
Horario: {{ $event->from }} a {{ $event->to }}
Evento: {{ $event->title }}
Lugar: {{ $event->room }}
Observación: {{ $event->observation }}


{{-- @if ($event->repeat) Se repite los dias:
    @if ($event->L)
  • Lunes
  • @endif @if ($event->M)
  • Martes
  • @endif @if ($event->MI)
  • Miércoles
  • @endif @if ($event->J)
  • Jueves
  • @endif @if ($event->V)
  • Viernes
  • @endif @if ($event->S)
  • Sabado
  • @endif
@endif --}}

Para dar seguimiento al caso, entra el siguiente enlace: INTRANET {{ config_intranet('tiny_name') }}



@endsection