@extends('layouts.app') @section('title', 'Nueva Notificación') @section('content')

Nueva Notificación

@if($errors->any()) @endif
@csrf

Registro de Notificación


@endsection @push('scripts') @endpush