@extends('layouts.portal.principal') @section('css_custom') @endsection @section('scripts_content') @endsection @section('content')
@include('includes/mensaje') @include('includes/form-error')

Ciclos de notificación automáticos

2025-03-12 04:03
@can('unidad-create') @endcan @foreach ($notifys as $key => $notify) @endforeach
# Año Ciclo Descripción Plantilla Usuario Accion
{{ $key+1 }} {{ $notify->year }} {{ $notify->cicle }} {{ $notify->description }} {{ $notify->plantilla }} {{ $notify->user->name }} @if($notify->start != 1) {{-- --}} @endif @if($notify->start != 1) @endif
@endsection