@props(['data'])

{{ $data->count() }}

Notifications

{{ $data->count() }}
@if ($data->isNotEmpty())
@foreach ($data as $item)

{{ $item->type }}

{{ $item->text }}

@endforeach
@endif