@extends('layouts.logeado') @if (isset($filtro)) @section('sub_title', 'Mensajes programados. Filtro: ' . $filtro) @else @section('sub_title', 'Mensajes programados') @endif @section('sub_content')
ID | Mensaje | Duración | Intervalo (Minutos) | Estado | |
---|---|---|---|---|---|
{{ $sms->id }} | {{ $sms->mensaje }} | {{ $sms->duracion }} | {{ $sms->intervalo }} | @if ($sms->estado == "1") Activo @else Inactivo @endif | @if ($sms->estado == "1") Inactivar @else Activar @endif |
No hay datos |