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

Notificaciones

Tiene {{count($notificaciones)}} Notificaciones
Filtrar
@foreach($notificaciones as $notificacion)
@include('components.notification-view', ['notificacion' => $notificacion])
@csrf
@endforeach
{{ $notificaciones->links() }}
@endsection @push('pre-scripts') @endpush