Notifications
@if(!empty($notifications))
@foreach($notifications as $notification)
@endif
@if ($notification->created_at > $user->lastnotification)
@endif
@if ( $notification->type == "message" )
@elseif ( $notification->type == "delete" )
@elseif ( $notification->type == "calendar" )
@elseif ( $notification->type == "newaccount" )
@elseif ( $notification->type == "payment" )
@endif
@endforeach
@else