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

Ciclo notificación

@if($notify->start != 1) SIN INICIAR @else CICLO DE NOTIFICACIÓN INICIADO {{ $notify->start_date }} @endif
@if($notify->start != 1)
@endif
@if($notify->start == 1) @endif
{{-- Modal detalle Agenda --}} {{-- Fin modal detalle agenda --}} @endsection