@if(!empty($purchaseNotifications) and count($purchaseNotifications))
@foreach($purchaseNotifications as $purchaseNotification) @if(!empty($purchaseNotification->content))
{{ $purchaseNotification->content->title }}

{{ $purchaseNotification->notif_title }}

{{ $purchaseNotification->notif_subtitle }}

{{ $purchaseNotification->time }}
@endif @endforeach
@endif