Notifications
@foreach ($notifications->take(6) as $notification)
@if ($notification->type === 'App\Notifications\CierreOrp')
@endif @if ($notification->type === 'App\Notifications\orpNotification')
@endif @if ($notification->type === 'App\Notifications\ParametrosOrp')
@endif
{{ $notification->data['message'] }}
{{ $notification->created_at->diffForHumans() }}
@endforeach