@extends('Templates.PlantillaFull', ['PaginaTitulo' => 'Notificaciones', 'PaginaUrl' => '/perfiles', 'Padre' => '1'])
@section('Contenido')
{{-- @slot('class', '') --}}
@slot('titulo')
Envío de notificaciones push
@endslot
@slot('idTabla', 'TableNotificaciones')
@slot('styleFiltros', 'width: 44%; display: inline;')
@slot('filtros', [[0, 'ID'], [1, 'Titulo'], [2, 'Mensaje']])
@slot('accionBuscar')
onkeyup="if(event.keyCode == 13) MakeRequestData('{{ route('notificaciones.buscar') }}',
'#TableNotificaciones', 'POST', 2, '','', true, false, false, ['Palabra/' + $(this).val(), 'Filtro/' +
$('#OpcionBuscar').val(), 'hisnFecha/'+$('#hisnFecha').val()])"
@endslot
@slot('btnAgregar')
@endslot
@slot('leftElements')
@endslot
@slot('header')
Fecha |
Título |
Cuerpo |
Acciones |
@endslot
@slot('body')
@include('notificaciones._partials.data')
@endslot
@endsection
@section('scripts')
@endsection