@extends('layouts.cms') @section('content')

Notificaciones

Enviar Notificaciones

@if (session('push_success')) @endif @if (session('push_error')) @endif
@endsection