'datetime', ]; public function getBlockedByLabelAttribute() { if ( is_null( $this->blocked_by ) ) { return 'سیستمی'; } return get_userdata( $this->blocked_by )->display_name; } }