@forelse($push_notifications as $push_notification)

{!! $push_notification->name !!}

{!! $push_notification->email !!}
Verified Approved

{!! $push_notification->details !!}

@empty @endif